|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
if PEAR == Perl { need modules. }
I'm looking for these modules.. I googled for them, but couldn't find any
require HTTP::Request; require HTTP::Response; require LWP::UserAgent; require HTTP::Cookies; use LWP; use HTTP::Request::Common; use Digest::MD5 qw(md5_hex); use strict; |
|
#2
|
|||
|
|||
|
RE: if PEAR == Perl { need modules. }
well, I found out cpan has it,, but it's far beyong me to install it (tried, failed) so does anyone know a free host or can host it for me, that has the required modules already installed?
|
|
#3
|
|||
|
|||
|
RE: if PEAR == Perl { need modules. }
Why cant you install the modules? They are all usually perl make files that you run as a perl script, and then you just do a make, and then a make install. Read the module doc, and it should clue you in on the install procedure.
|
|
#4
|
|||
|
|||
|
RE: if PEAR == Perl { need modules. }
well, I can't get nmake to work (I'm on windows)
it's not considering it a valid command and it's in the same dir. |
|
#5
|
|||
|
|||
|
RE: if PEAR == Perl { need modules. }
im guessing your using ActiveState on windows.
Do you know how to use the Activestate perl package manager? By the way, im moving this thread to general chat. We dont have a perl forum here. |
|
#6
|
|||
|
|||
|
Message Moved
Thread moved from 'PEAR' to 'General Chat' by nawlej.
Reason: |
|
#7
|
|||
|
|||
|
RE: if PEAR == Perl { need modules. }
Use ppm if you're using Activeperl..
http://aspn.activestate.com/ASPN/Downloads/ActivePerl/PPM/ Run the program from command then: install pkg:name if it fails then search for it. `help` should give you a list of commands. not all cpan modules work with activeperl but i think most do. maybe look at http://search.cpan.org too. Oh yeah and rtfm ;) |
![]() |
| Viewing: Codewalkers Forums > General > General Chat > if PEAR == Perl { need modules. } |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|