Mark Goland wrote: > > Hi guys, Hello,
> In my script I am need to send an explicit EOF to another program, I open > inside my script. Something like this... > > open FH,"| prog that runs"; > > print FH "blah blah"; > > print FH "EOF" # send program EOF. > > I tryd closing the handle , but that didnt work. Any Idea's ?? There is no "EOF" character. The only thing you can do is close the filehandle. John -- use Perl; program fulfillment -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]