in reply to
Re: Question about Open and Close
in thread
Question about Open and Close
I think you mean:
open FOO,">$file" or die "Couldn't open $file: $!";
or
open(FOO,">$file") || die "Couldn't open $file: $!";
gav^
Comment on
Re: Re: Question about Open and Close
Select
or
Download
Code
In Section
Seekers of Perl Wisdom