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]