Re: LWP Module installation on SGI/IRIX

2001-09-07 Thread Peter Scott
At 01:31 PM 9/7/01 -0400, Stephen P. Potter wrote: >Once it is installed, it will be "recognized". To test, just try something >like: > >perl -M[name] -e 'print $[name]::VERSION' > >for example: > >$ perl -MCPAN -e 'print $CPAN::VERSION' >1.52 >$ >or, even more simply > >perl -M[name] -e '' Or e

Re: LWP Module installation on SGI/IRIX

2001-09-07 Thread Stephen P. Potter
Lightning flashed, thunder crashed and "siren jones" <[EMAIL PROTECTED]> whi spered: | How does one get the system to recognize the installed PERL module? | Is there a simple way to test that it work? Once it is installed, it will be "recognized". To test, just try something like: perl -M[name]

LWP Module installation on SGI/IRIX

2001-09-07 Thread siren jones
This is my first post. My knowledge base is UNIX/Intermediate, IRIX system admin/beginner and PERL/beginner. The short question: After one follows the installation procedure for a module, that is, download, gunzip, tar, ... then perl Makefile.PL make make test make install How does one get