in reply to Why does assignment change the result?
This is one of the biggest issue with Perl. @_ is a reference, and change its value will be seen in the calling func.
Any one didn't catch that at the very beginning is not a true saint.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: Why does assignment change the result?
by NetWallah (Canon) on May 24, 2007 at 03:56 UTC | |
by johngg (Canon) on May 24, 2007 at 11:54 UTC | |
by NetWallah (Canon) on May 24, 2007 at 14:56 UTC | |
by johngg (Canon) on May 24, 2007 at 16:13 UTC |