Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

yes to close()

by sheep (Chaplain)
on Dec 26, 2003 at 18:09 UTC ( [id://317106]=note: print w/replies, xml ) Need Help??


in reply to Re: open vs. sysopen
in thread open vs. sysopen

I tried one or the other (commenting out one) not both at the same time.
The "$ggg" file, as well as "DEST" filehandle is used only in this bit.

Replies are listed 'Best First'.
Re: yes to close()
by Anonymous Monk on Dec 27, 2003 at 00:03 UTC
    Okay, it was just a thought (kind of thing I'd goof up). I played with sysopen a little (not use-ing anything at all) and this worked okay (I shifted $file from the command line, and it was simply sheep.txt): sysopen(FH, $file, O_WRONLY | O_TRUNC | O_CREAT); print FH "Whooyah"; It did write Whooyah to the file, so it worked all right. So maybe the trouble is in the $file string you're giving it, after all.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others imbibing at the Monastery: (2)
As of 2024-04-20 01:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found