Help for this page

Select Code to Download


  1. or download this
    perl -e 'sub foo {@a=(1,2,4);return @a};
    $bar=foo();
    print "bar is $bar\n";'
    
    bar is 3