in reply to Re: use x; equivalent
in thread use x; equivalent

Thank you chromatic et al. I changed the name to packe and it worked.

I was also wondering how to get debug from the importer, I thought this might work, but no. it doesn't print anything.

BEGIN { require packe; $Exporter::Verbose=1; import packe; }