Help for this page

Select Code to Download


  1. or download this
    sub foo { 
            wantarray or 
    ...
    $ret = undef; 
    $ret = (foo())[-1]; 
    print "minus one: $ret\n";
    
  2. or download this
    parenthetical: alpha
    zero: alpha
    minus one: gamma