# delete the 'subdir' from the use # use Somemodule qw(%myhash); print join ("\n", keys %myhash), "\n"; __END__