in reply to Re^5: Referencing in Function not working correctly.
in thread Referencing in Function not working correctly.
When I had the below statement, I was trying to create and initialize values of all variables.
my (%Aseen, %Bseen, %count, @isec, @diff, @union, @aonly) = ();
Please let me know what I'm doing wrong.
Thanks for your help.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Referencing in Function not working correctly.
by Your Mother (Archbishop) on Apr 02, 2010 at 20:01 UTC | |
|
Re^7: Referencing in Function not working correctly.
by jwkrahn (Abbot) on Apr 02, 2010 at 20:03 UTC | |
by mr_p (Scribe) on Apr 02, 2010 at 20:11 UTC | |
by jwkrahn (Abbot) on Apr 02, 2010 at 20:15 UTC | |
by mr_p (Scribe) on Apr 02, 2010 at 20:23 UTC | |
by chromatic (Archbishop) on Apr 02, 2010 at 21:50 UTC | |
|