in reply to Including a new module

Hello, Anonymous Monk. First of all, please consider joining this community.

Because you're using files with ".tar.gz", I deduce you're using some flavor of (uni|linu)x.

I think you should consider reading the CPAN.pm module documentation, and using the perl -MCPAN -e 'install Bundle::GD' command.

Of course, you will need some special command-line options, to allow you install the modules in your $HOME directory, but I think that you can figure them by yourself.

Good luck, and have a nice day!

=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
Just Another Perl Monk

Replies are listed 'Best First'.
Re: Re: Including a new module
by PodMaster (Abbot) on Jun 16, 2003 at 06:00 UTC
    Because you're using files with ".tar.gz", I deduce you're using some flavor of (uni|linu)x.
    The vast majority of distributions on cpan are such tarballs, so you cannot make such an assumption.

    MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
    I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
    ** The third rule of perl club is a statement of fact: pod is sexy.