Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: My first attempt to design a module

by phaylon (Curate)
on Oct 04, 2010 at 20:43 UTC ( [id://863429]=note: print w/replies, xml ) Need Help??


in reply to My first attempt to design a module

You might want to take a peek at Moose as an OO framework. It already takes care of many things you'd otherwise might end up reinventing.

Other than that, I'd include the $! variable in your error messages for open and close, since that will contain the actual error message. You might also like autodie since it'll take care of this for you. It's in core since 5.10.1.


Ordinary morality is for ordinary people. -- Aleister Crowley
  • Comment on Re: My first attempt to design a module

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (3)
As of 2024-04-24 21:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found