Jorg Ziefle <[EMAIL PROTECTED]>:

> I want to pipe a message from within Mutt to a Perl program, which not
> only processes it, but as well reads some user input from STDIN.  

does not

$line = <STDIN>;

with maybe a 

$|++;

work?

Reply via email to