Help for this page

Select Code to Download


  1. or download this
    use strict;
    
  2. or download this
    Bareword "mysub1" not allowed while "strict subs" in use at <file, lin
    +e number>
    
  3. or download this
    use Data::Dumper;
    sub mysub2 {
        print STDERR Dumper( \@_ ), "\n";
        my @array = @_;