On Thu, 25 Apr 2002 10:10:59 GMT+5.30, Manoj H. Kulkarni wrote: >I got ur addresses from google !!!
Unless this is to be used on a Mac, you'd better have used the MacPerl-Anyperl mailing list. But now that we're here... >I know that we can collect the mail from mailqueue >using "Fetchmail" command and giving the server name >on linux. but here I am able to collect the >incomming mail but I am not able to saperate out the >attachment thro' perl program !!! You'll need to use the MIME::Parser and/or related modules. Check out the MIME-Tools distribution. It's available on CPAN. Urm... it appears to be a Perl-only set of modules, so it should work on a Mac, too. <http://search.cpan.org/search?dist=MIME-tools> >Is it possible through PERL programming or do I need >to use PHP program for that ? Ugh! No, Perl is (likely) a much better tool for this than PHP. Personally, I'd use PHP for nothing else than for producing active web pages. -- Bart.