[sf-perl] Pushing and Popping an array on the heap

yary not.com at gmail.com
Tue May 27 13:33:37 PDT 2008


On Tue, May 27, 2008 at 11:35 AM, Garth Webb <garth.webb at gmail.com> wrote:
..
> Where have you looked so far?  Where did those sources fall short?
> What have you tried already?

+1. I tried helping out Neil last week with another beginner's
question, and also gave a pointer to the docs. Now I get the feeling
we're answering homework questions.

Still, I'll try and be nice.

"$a1ref = [];" is a reference to an empty anonymous list.
"$a1ref = [undef];" is a reference to anonymous list with one
undefined element in it.

That, plus the help you've already received, should help you on your way...


More information about the SanFrancisco-pm mailing list