
Please help with MIME::Parser and MIME::Entity
Ok i have a loop that reads multiple email messages
inside the loop it does a
new MIME::Parser each tim in the loop
The output directory for each time through the loop is different
f.e. /mime/out-1 first time through
and /mime/out-2 for second time through etc....
heres the problem, say out-1 has 3 attachments
so its like ....bla-1.txt blah-2.html blah-3.html
then, the next time trhough the loop in out-2 directory they will start at
blah-4.html blah-5.html etc..
i need it to start at 1 in each time through the loop! this is driving me
nuts please help!
Ryan