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

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

by Nemp (Pilgrim)
on Aug 31, 2002 at 16:44 UTC ( [id://194351]=note: print w/replies, xml ) Need Help??


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

Thanks for the reply!

Unfortunately you've provided me with another question now, specifically for GD and for any other module generically, is there a way to find out if a module is "pure Perl"?

I guess I could just go and look through the source code but I'm still pretty much a novice at Perl so I might skip parts I don't understand and not recognize them as being XS or C components. Maybe there is a module on CPAN that analyzes a given file to determine if it's pure Perl or not?

Many thanks for any help and the help so far :)
Neil
  • Comment on Re: Re: Is it possible to use modules without installing them?

Replies are listed 'Best First'.
(kudra: dslip) Re3: Is it possible to use modules without installing them?
by kudra (Vicar) on Aug 31, 2002 at 17:27 UTC
    You can tell if a module is pure Perl or not by examining the dslip information.

    One module which does this is CPANPLUS (it also does a whole lot more, including module installation without root access, which I recommend over including the module source in your program*). The default shell includes the 'l' command which will give information, including the language used.

    CPAN.pm might also give dslip info, but I don't know it well enough to say if it does or not.

    GD is C and Perl and a C compiler is needed. If your ISP allows you to use a compiler, you should still be able to install it without being root.

    [1] For instructions on how to do this with CPANPLUS, refer to the FAQ (available on the website).

Log In?
Username:
Password:

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

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

    No recent polls found