Help for this page

Select Code to Download


  1. or download this
    use Data::Dumper;
    @arr = (1,2,3);
    ...
      # not doing or changing anything here.
    }
    print Dumper(\@arr);