Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re^2: module w/ object-oriented and functional interfaces: best practices?

by temporal (Pilgrim)
on Sep 21, 2012 at 19:33 UTC ( [id://994983]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
     
     # the OOP way
     use Config::General;
    ...
     # the procedural way
     use Config::General qw(ParseConfig SaveConfig SaveConfigString);
     my %config = ParseConfig("rcfile");
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (5)
As of 2024-04-24 22:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found