Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

RE: Use of Modules

by orthanc (Monk)
on Mar 25, 2000 at 20:54 UTC ( [id://6154]=note: print w/replies, xml ) Need Help??


in reply to Use of Modules

Modules are great, why re-invent the wheel especially when you want to create an app quickly. Someone else has usually wrote what u need. Creating your own modules also make your code look a helluva lot clearer. You needn't worry about installing the modules too, simply place them somewhere u have priviliges. Then use a BEGIN statement. BEGIN { push( @INC, '/path/to/module'); }; :)

Log In?
Username:
Password:

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

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

    No recent polls found