#pattern.pl use strict; use warnings; my $astring = "This is an example string"; # not accessed @LOGE = ( { HASH => "a hash"},{ HASH => "Another one"} ); # this is what I want to be "exported" sub asub{ print "a sub"; }# is this also possible to "export"?