in reply to Re: MIME::Parser- get the filename + folder it was extracted to?
in thread MIME::Parser- get the filename + folder it was extracted to?

Hi,

Thanks for the reply.

I ended up using

$parser->output_dir($path);

..and then doing a readdir() on that folder. Working fine now :)

Cheers

Andy
  • Comment on Re^2: MIME::Parser- get the filename + folder it was extracted to?