Help for this page

Select Code to Download


  1. or download this
    my $myarray = shift @_;
    
  2. or download this
    use strict;
    use Data::Dumper;
    ...
    foo($ref);
    bar(@ary);
    bar($ref);