Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^4: Perl fIle handles

by lidden (Curate)
on Jun 16, 2011 at 06:21 UTC ( [id://909901]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Perl fIle handles
in thread Perl fIle handles

Also, I'd advise against ever using the three parameter form of open when wanting read mode. It's much better to just let read mode be assumed so you don't risk putting the symbol in the wrong direction and overwriting your file.

And risk having the second arg contain something scary?
$file = '> somefile';

Replies are listed 'Best First'.
Re^5: Perl fIle handles
by wind (Priest) on Jun 16, 2011 at 22:17 UTC

    That's a fair point, although I'm not sure I would qualify that as "scary".

    Given most of the file operations I perform are ones where I'm specifying the filename passed in the variable, I don't see this as a big risk. However, if there was ever a point where the file was specified in by the user and not validated in any way, then doing the three parameter form of read mode would be wise.

    For me at least, the right of being lazy is going to win out for this small risk otherwise. I find mistyping to be a bigger worry then intentional mischief.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (None)
    As of 2024-04-25 00:51 GMT
    Sections?
    Information?
    Find Nodes?
    Leftovers?
      Voting Booth?

      No recent polls found