Help for this page
##### MyConst.pm ##### package MyConst; ... 1; __END__
##### test.pl ##### # Uncomment to see Exporter's magic ... print Data::Dumper->Dump([$const1, \@array, \%hash], [qw(*const1 *arra +y *hash)]), "\n"; print 'foo() = ', foo(), "\n"; __END__