Re: Piping output mutt perl
From: Paul D. Kraus (pkraus_at_pelsupply.com)
Date: 05/10/04
- Next message: Dani Pardo: "Re: File Monitoring"
- Previous message: Paul D. Kraus: "Piping output mutt perl"
- In reply to: Paul D. Kraus: "Piping output mutt perl"
- Next in thread: Robin Sheat: "Re: Piping output mutt perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Mon, 10 May 2004 12:27:54 -0400 To: beginners@perl.org
On Mon, May 10, 2004 at 12:23:44PM -0400, Paul D. Kraus wrote:
> I have a perl script that parses an email.
> I use mutt and then just use the pipe command.
> I would like to be able to pipe the output of my script then to mutt to send the parsed email to someone else.
> I can do this in mutt but just hitting the pipe char then typeing the name of my script then | again and the mutt syntax.
>
> The only problem is thats kind of lengthy i would like to have a script wrap my script that would have the mutt command built into it.
> or better yet just in the normal script pipe the out put of script to mutt instead of stdout.
>
> I know this can be done but for the life of me can't find it.
>
Got it open (STDOUT, "|cmd" )
:)
-- Paul D. Kraus ~=~=~=~=~=~=~=~=~=~=~=~=~ ~ Network Administrator ~ ~ PEL Supply Company ~ ~ 216.267.5775 Voice ~ ~ 216.267.6176 Fax ~ ~=~=~=~=~=~=~=~=~=~=~=~=~ ~ www.pelsupply.com ~ ~=~=~=~=~=~=~=~=~=~=~=~=~
- Next message: Dani Pardo: "Re: File Monitoring"
- Previous message: Paul D. Kraus: "Piping output mutt perl"
- In reply to: Paul D. Kraus: "Piping output mutt perl"
- Next in thread: Robin Sheat: "Re: Piping output mutt perl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|