Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -T
    use warnings;
    ...
      print $testArray[$i][0] . " = " .  $testArray[$i][1] . "\n";
    
    };
    
  2. or download this
    use base qw (Exporter);
    our @EXPORT = qw(testVal testArray);
    ...
                    );
    
    1;