in reply to How read all @EXPORT values
Iterate through the @EXPORT variable of the package you're using:
foreach (@y::EXPORT) { print "$_\n"; } [download]