I have this code that works
my @new = keys %h1;
my @old = keys %h2;
function(\@new, \@old);
but can it be done without having to declare variables first?
function must have its arguments as references.
|
I have this code that works
but can it be done without having to declare variables first?
| ||||
|
feedback
|
Output:
| |||
|
feedback
|
From
| |||
|
feedback
|
function(\keys(%h1), \keys(%h2))doesn't work -- just that it doesn't. Her goal is still clear, and not muddied by the tortured syntax of a thousand useless tries. (4) She came with a clear question and a problem that's not exactly easy to google. She has my upvote. – cHao Apr 8 '11 at 12:12