![]() |
|
Your skill will accomplish what the force of many cannot |
|
PerlMonks |
comment on |
( #3333=superdoc: print w/replies, xml ) | Need Help?? |
Create an array @x such that changing $x[0] ...
You're really printing the wrong thing.
You're changing the variable that is refered to by the references in $x[0] and $x[1], but you're not actually changing the value in the container that is named $x[0]. Clearer would be: "so that assigning to $x[0] also changes ...", but as said, we're against sanity. Juerd # { site => 'juerd.nl', plp_site => 'plp.juerd.nl', do_not_use => 'spamtrap' } In reply to Re: Re: Re[3]: How's your Perl?
by Juerd
|
|