in reply to How read all @EXPORT values

(Don't know if I 'm understanding you correctly)

Iterate through the @EXPORT variable of the package you're using:

foreach (@y::EXPORT) { print "$_\n"; }
Arjen