in reply to Perl oddities
# too much work... my ($this, $that, $some, $other) = ($1, $2, $3, $4); # would rather: my ($this, $that, $some, $other) = @_;
YuckFoo
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Perl oddities
by TimToady (Parson) on Mar 01, 2005 at 21:32 UTC | |
Re^2: Perl oddities
by gaal (Parson) on Mar 01, 2005 at 19:16 UTC | |
by Anonymous Monk on Mar 02, 2005 at 13:38 UTC | |
Re^2: Perl oddities
by Not_a_Number (Prior) on Mar 01, 2005 at 19:36 UTC | |
by YuckFoo (Abbot) on Mar 01, 2005 at 20:19 UTC | |
by ihb (Deacon) on Mar 01, 2005 at 22:10 UTC | |
by Anonymous Monk on Mar 02, 2005 at 13:47 UTC |