|
|
| Just another Perl shrine | |
| PerlMonks |
Re: Another Q about piping Perlby thatguy (Parson) |
| on Oct 12, 2001 at 03:20 UTC ( #118367=note: print w/ replies, xml ) | Need Help?? |
|
I am not sure if you are trying to exclude the sent-mail folder or what.. if you are just pulling out the phrase 'sent-mail' (which will pull it out of even recieved mail) then this will work: if you just want the received mail, then you are better off with this: echo $HOME/Mail/received | perl -e 'print <>'
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||