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

Re: Is it possible to use modules without installing them?

by sharkey (Scribe)
on Aug 31, 2002 at 19:22 UTC ( [id://194376]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    tar -zxvf GD-1.41.tar.gz 
    cd GD-1.41
    perl Makefile.PL
    make
    make test
    
  2. or download this
     use lib '/home/neil/GD-1.41/blib/lib','/home/neil/GD-1.41/blib/arch';
     use GD;
    
  3. or download this
      BEGIN {
      unshift (@INC, 'directory');
      }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (5)
As of 2024-04-19 15:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found