strings, the reverse of Perl, which is definitely a trap.
Spotted by Alexei Alexandrov.
p4raw-id: //depot/perl@23663
Albert Chin-A-Young <china@thewrittenword.com>
Albert Dvornik <bert@genscan.com>
Alessandro Forghieri <alf@orion.it>
+Alexei Alexandrov <alexei.alexandrov@gmail.com>
Alex Gough <alex@rcon.rog>
Alex Vandiver <alexmv@mit.edu>
Alexander Gough <alex-p5p@earth.li>
The environment is not automatically made available as separate scalar
variables.
+=item *
+
+The shell's C<test> uses "=", "!=", "<" etc for string comparisons and "-eq",
+"-ne", "-lt" etc for numeric comparisons. This is the reverse of Perl, which
+uses C<eq>, C<ne>, C<lt> for string comparisons, and C<==>, C<!=> C<< < >> etc
+for numeric comparisons.
+
=back
=head2 Perl Traps