pipe a file to a perl script

2003-08-14 Thread Asif Iqbal
Let me apologize first for asking a newbie/simple question How can I receive a mail and pipe it to a perl script? The perl script will sit in my .forward file. Basically I want to be able to take that mail and put it in a @mail or $mail like variable and then remove the To: header before injecting

Re: pipe a file to a perl script

2003-08-14 Thread Asif Iqbal
On Tue, 12 Aug 2003, Asif Iqbal wrote: > Let me apologize first for asking a newbie/simple question > > How can I receive a mail and pipe it to a perl script? The perl script will sit > in my .forward file. Basically I want to be able to take that mail and Nevermind , I found the answer. > put i