in reply to (tye)Re: List context or not?
in thread List context or not?
What does a "list slice" return in a scalar context? It isn't actually documented (though some make outrageous claims that it is).It's not outrageous. Stop being so disingenuous. perldata clearly says:
If you want a language defined by a formal specification, rather than by example, you know where to find Java or Ada or PL/1.@days{'a','c'} # same as ($days{'a'},$days{'c'})
And as always, patches welcome. Turn them in, or shut up about this.
-- Randal L. Schwartz, Perl hacker
|
---|
Replies are listed 'Best First'. | |
---|---|
(tye)Re4: List context or not?
by tye (Sage) on Mar 13, 2001 at 02:26 UTC | |
by tilly (Archbishop) on Apr 14, 2001 at 07:41 UTC | |
by tye (Sage) on Apr 14, 2001 at 07:47 UTC |