in reply to Wanted feature in perl 6
myfoo(\%hash1); myfoo2(%hash2); sub myfoo { my $ref = shift; my %hash = %{ $ref }; #longwinded i know } sub myfoo2 { my %flibble = @_; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
RE: RE: Wanted feature in perl 6
by tvakah (Novice) on Aug 04, 2000 at 21:27 UTC | |
by agoth (Chaplain) on Aug 07, 2000 at 13:17 UTC |