|
|
| Just another Perl shrine | |
| PerlMonks |
Re^2: (Golf) Giving Changeby tadman (Prior) |
| on Jun 12, 2001 at 05:04 UTC ( #87697=note: print w/ replies, xml ) | Need Help?? |
|
In the process of your function, you consume the array given
to you. If this were a fixed array provided by reference,
you would trash it, rendering it useless for subsequent
operations. Penalty is 7 characters:
@p=@$p;
In Section
Meditations
|
|
||||||||||||||||||||