in reply to Playing with $[
This is infintely safer and saner than mucking about with $[ who's inclusion is mainly for programmer compatibility with AWK. See the perlvar manpage for more info on $[.@array = qw(foo bar spam eggs); print for @array;
_________
broquaint
|
---|