Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
      return join $/, @foo
    }
    print foo(\@perls)
    
  2. or download this
    Ambiguous use of @{shift} resolved to @shift at a.pl line 7.
    Global symbol "@shift" requires explicit package name at a.pl line 7.
    Execution of a.pl aborted due to compilation errors.