my (fooref) = shift;
- From: matthewsacks1415@xxxxxxxxx (Matthew Sacks)
- Date: Wed, 27 Apr 2005 11:13:11 -0700 (PDT)
I see many examples in the camel book where a
subroutine takes one argument and the one argument is
an array ref.
my (foo_ref) = shift;
There is however at least one example where it is
my foo_ref = shift;
I am trying to figure out if this matters. What would
shift care about list context? shift should still
yield one thing an array ref??? See page 356 in
the camel book, and page 224. (I think).
matthewsacks1415@xxxxxxxxx
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
.
- Follow-Ups:
- Re: my (fooref) = shift;
- From: John W. Krahn
- Re: my (fooref) = shift;
- Prev by Date: Re: bulky regex
- Next by Date: Re: REGEXP removing - il- - -b-f and - il- - - - f
- Previous by thread: bulky regex
- Next by thread: Re: my (fooref) = shift;
- Index(es):
Relevant Pages
|