Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: deconstructing String::Iota - not worth one iota

by ruzam (Curate)
on Jun 08, 2009 at 18:34 UTC ( [id://769648]=note: print w/replies, xml ) Need Help??


in reply to deconstructing String::Iota - not worth one iota

9. The synopsis does does not conform to best practices; especially using a bareword filehandle is not modern perl. Using perlcritic guidelines, I rewrote it like this:
... open my $fh, '<', 'test.txt'; ...
Uhmm... What does best practices say about not checking the return value of an open?

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (7)
As of 2024-04-23 09:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found