Steve wrote:

>Hey everyone, I've downloaded some scripts and I wanna mess with 'em and
>use 'em and see how they work but I can't find a place to download the
>modules specified in the scripts.... I've tried google, and CPAN shows
>me the list and links to the descriptions but I haven't been able to
>find simply a database full of modules. Any links I should try? Thanks
>
>  
>
First go to  cpan and fnd the modlue name your're interested in

from command line type 

ppm
then help

ppm is perl package managment. This downloads and installs modules for you (but you 
have to know what you're interested in)

also check out .... type into a shell window

 perl -MCPAN -e shell  
also type in help here

and for good measure.. from a shell window
type perldoc perldoc which is the native battle cry of all developers from novice to 
actual "water walker"
or better yet....

perldoc ppm

&

perldoc cpan

ahhh... that puts me in graces with the perl gods for at least a week

;-)

rob


-- 
  Of course, I reserve the right to make wholly stupid changes to Perl
if I think they improve the language.  :-)
             -- Larry Wall in <[EMAIL PROTECTED]>




-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to