Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^4: Override the open builtin globally

by Anonymous Monk
on Jan 16, 2017 at 07:57 UTC ( [id://1179638]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Override the open builtin globally
in thread Override the open builtin globally

The following open using last version: open(FILE,"> tmp.pm");

Please remember to use three argument open, see open for details

Also use lexicals (my $file) instead of globals (FILE)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (4)
As of 2024-04-16 11:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found