Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^4: Is there a problem with using barewords as filehandles ?

by haukex (Archbishop)
on Jul 06, 2020 at 08:08 UTC ( [id://11118956]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package main;
    open my $fh1, '>', 'x.txt' or die $!;
    ...
    open my $fh2, '>', 'y.txt' or die $!;
    print $fh1 "bar";  # oops!
    close $fh2;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-04-25 15:57 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found