Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re^2: need to read/write from/to an external program

by Sidhekin (Priest)
on Feb 21, 2007 at 16:16 UTC ( [id://601358]=note: print w/replies, xml ) Need Help??


in reply to Re: need to read/write from/to an external program
in thread need to read/write from/to an external program

You have the syntax for close wrong. It takes just one argument, so Reader is parsed as a bareword and not a filehandle. Simply:

close Writer; close Reader;

... instead of trying to close both with one statement.

print "Just another Perl ${\(trickster and hacker)},"
The Sidhekin proves Sidhe did it!

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://601358]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (6)
As of 2024-04-24 16:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found