Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Can't write files (even redirected from shell)

by davidrw (Prior)
on Jan 14, 2008 at 04:19 UTC ( [id://662253]=note: print w/replies, xml ) Need Help??


in reply to Can't write files (even redirected from shell)

Can you post the actual code that's trying to do the file open/writes?

(quick note: LWP::Simple::get_store is handy function too)
  • Comment on Re: Can't write files (even redirected from shell)

Replies are listed 'Best First'.
Re^2: Can't write files (even redirected from shell)
by Flame (Deacon) on Jan 14, 2008 at 04:23 UTC

    I no longer have the exact code, but it was along the lines of:

    use IO::File; my $file = IO::File->new(">carddb.txt") or die $!;

    And further down, where it says print STDERR $result; it read $file->print($result) or die $!;.

    Ultimately, there was also a $file->close; at the end of the file too.

    And thank you for the reminder about LWP::Simple::get_store, but I didn't actually want to keep the whole page.


    0x596F752068617665206265656E2068657865642E

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-24 20:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found