|
|
| Perl: the Markov chain saw | |
| PerlMonks |
amarquis's scratchpadby amarquis (Curate) |
| on Feb 15, 2008 at 18:18 UTC ( #668212=scratchpad: print w/ replies, xml ) | Need Help?? |
Quick questionI have a sub that takes in a ref to an array of arrays, and localizes. I later do something to a cell in the array of arrays to which that ref refers, and I get a "useless use of private variable in void context" error that I don't understand in this context.
Later:
|
|