On Sun, Mar 06, 2005 at 02:13:09 -0700, Luke Palmer wrote:
> What is output:
> 
>     sub foo($x, ?$y, [EMAIL PROTECTED]) {
>         say "x = $x; y = $y; z = @z[]";
>     }
> 
>     my @a = (1,2,3);
>     foo($x, @a);

And is

        $a ==> foo $x;

The same?

-- 
 ()  Yuval Kogman <[EMAIL PROTECTED]> 0xEBD27418  perl hacker &
 /\  kung foo master: /me groks YAML like the grasshopper: neeyah!!!!!!

Attachment: pgpLrZlyS7FPC.pgp
Description: PGP signature

Reply via email to