in reply to Re^4: Referencing in Function not working correctly.
in thread Referencing in Function not working correctly.
Yes @x gets initialized there, but ("z", "y", "z") is different than (), and my @x is different than my ( @x, @y, @z ).
What do you think my ( @x, @y, @z ) = ("z", "y", "z"); does?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: Referencing in Function not working correctly.
by mr_p (Scribe) on Apr 02, 2010 at 19:49 UTC | |
by Your Mother (Archbishop) on Apr 02, 2010 at 20:01 UTC | |
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 | |
|