Just a little point, <> reads from STDIN, not @ARGV. Looks like a typo to me.
For the poster, I showed some code below. In Perl @ARGV has the command line args. In C, char **argv, array of pointers to strings. Way easier in Perl! Perl does have equivalent to C getopts with many flavors.
In reply to Re^2: diamond operator
by Marshall
in thread diamond operator
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |