- or download this
my $x = dopen( 'file-not-found' );
__END__
Can't open `file-not-found': No such file or directory
readline() on closed filehandle $fh
- or download this
my $x = dopen( '/dev/null', 'file-not-found', '/etc/passwd' );
...
__END__
Can't open `/dev/null':
Can't open `file-not-found': No such file or directory
- or download this
my $x = dopen( '/dev/null', 'file-not-found', '/etc/passwd' );
...
}
__END__
Can't read 'file-not-found': No such file or directory