http://qs321.pair.com?node_id=662253


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