![]() |
|
"be consistent" | |
PerlMonks |
Re: split and assign to arrayref in one go?by radiantmatrix (Parson) |
on Jun 16, 2008 at 15:58 UTC ( [id://692293]=note: print w/replies, xml ) | Need Help?? |
An alternative to moritz's solution, you could do this:
It says "store the result of the split into the array referenced by $aref". If $aref is undefined or an ArrayRef already, this works, even with strict and warnings.
If $aref is a different kind of reference, then you will get a fatal "Not an ARRAY reference".
<–radiant.matrix–>
Ramblings and references “A positive attitude may not solve all your problems, but it will annoy enough people to make it worth the effort.” — Herm Albright I haven't found a problem yet that can't be solved by a well-placed trebuchet
In Section
Seekers of Perl Wisdom
|
|