Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^3: "close" failing

by munishdev (Initiate)
on May 31, 2006 at 14:20 UTC ( [id://552796]=note: print w/replies, xml ) Need Help??


in reply to Re^2: "close" failing
in thread "close" failing

Another strange thing i found is that if i add ">", in front of abc.sh, it works for me. Can you tell what will ">" do to my script? open (SNMP1, ">abc.sh |") or die "Cannot run abc.sh $!"; while (<SNMP1>) { # do some processing } close (SNMP1) or die "ERROR: testing $! $?\n ";

Replies are listed 'Best First'.
Re^4: "close" failing
by gellyfish (Monsignor) on May 31, 2006 at 14:26 UTC

    Please use the <code> tags!

    You will find you have create a file called abc.sh| in your current working directory. If you had warnings on you would also be warned about trying to read from a file handle opened for writing.

    /J\

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (4)
As of 2024-03-29 12:09 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found