Help for this page

Select Code to Download


  1. or download this
    my $foo = sub { return (4,5,8) };
    
    ...
    # array context, sort of
    $bar = () = &$foo;
    print "Bar=$bar\n";