Help for this page

Select Code to Download


  1. or download this
    sub foo {
            return ({},[]);
    }
    my (%baz, @bar);
    (\%baz,\@bar) = &foo();
    
  2. or download this
    Can't modify reference constructor in list assignment at foo.pl line 5
    +, near ");"
    Execution of foo.pl aborted due to compilation errors.