Help for this page

Select Code to Download


  1. or download this
    sub foo { return @foo }
    
    $object->bar($wibble, foo());
    
  2. or download this
    $ perl -MData::Dumper -e 'sub foo {@a}; bar(1,foo()); sub bar {print D
    +umper \@_}'
    $VAR1 = [
              1
            ];