in reply to Arg passing trick that fails in perl 5.8
This will work the same on any version of Perl 5.sub not_at_all_odd_args { my($this, %args) = @_; print $args{x},"\n"; }
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Arg passing trick that fails in perl 5.8
by tall_man (Parson) on Jan 13, 2003 at 03:47 UTC |