Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Re: Re: Newbie Adding Module to Perl

by blaze (Friar)
on Apr 09, 2003 at 23:11 UTC ( [id://249470]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Newbie Adding Module to Perl
in thread Newbie Adding Module to Perl

for me, i download modules to my /tmp directory, so id download Sys-AlarmCall-1.2.tar.gz..then id do the following:
$ cd /tmp $ tar -zxvf Sys-AlarmCall-1.2.tar.gz
this is where it would show the files being unzipped and a directory call Sys-AlarmCall-1.2 would be created
$ cd Sys-AlarmCall-1.2
now we're in the Sys-AlarmCall-1.2 directory which is where Makefile.PL is
$ perl Makefile.PL $ make $ make test $ make install
so if you download the module to a directory called uswsqa Sys, then all you should have to do is substitute that directory for /tmp in the above instructions...

even though CPAN.pm is suppose to be much easier, i dont push it much cause i once got bit by it, but using make is usually a very easy straight foward process

hth
Robert

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (4)
As of 2024-03-28 15:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found