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

Re^3: Developing a module, how do you do it ?

by BrowserUk (Patriarch)
on Mar 02, 2012 at 04:44 UTC ( [id://957376]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    package Your::Thing;
    
    ## The subroutines and stuff that implement your module
    
    1; ## finish with a true value to satisfy require/use
    
  2. or download this
    package Your::Thing;
    
    ...
    
    ...
    
  3. or download this
    >perl \Perl\site\lib\Your::Thing.pm
    

Log In?
Username:
Password:

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

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

    No recent polls found