[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: A common base exception object for Perl - RFC
Hi,
Larry Wall:
> arguments. Or a prototype of % could guarantee that you don't get out
> of sync. (At the moment, a prototype of % is treated just like @.)
>
Hmmm... sub foo(@%@) { my (@a,%b,@c)=@_; } [...]
foo(1,2,3,4=>5,6,7,8) would end up with @c==(6,7,8).
Now _that_ would be cool...
--
Matthias Urlichs | noris network GmbH | smurf@noris.de | ICQ: 20193661
The quote was selected randomly. Really. | http://www.noris.de/~smurf/
--
An associate producer is the only guy in Hollywood who will associate with
a producer.
-- Fred Allen (1894-1956)
- References to:
-
Pete Jordan <pjordan1@email.mot.com>
Larry Wall <larry@wall.org>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]