in reply to error using FileHandle Module
Try that.$fh = FileHandle->new("> FOO"); if (defined $fh) { print $fh "bar\n"; $fh->close; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: error using FileHandle Module
by atanug (Initiate) on Dec 16, 2010 at 11:15 UTC |