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