Rob E McCormick wrote:
> 
> I'm on Solaris that has Perl installed but I'm unable to use 'perldoc'
> 
> :~> perldoc perl
> bash: perldoc: command not found
> 
> ~> perl -v
> This is perl, version 5.005_03 built for sun4-solaris
> 
> ~> perl -V
> 
> <snip>
> Characteristics of this binary (from libperl):
>   Built under solaris
>   Compiled at Dec 22 1999 00:00:57
>   @INC:
>     /usr/perl5/5.00503/sun4-solaris
>     /usr/perl5/5.00503
>     /usr/perl5/site_perl/5.005/sun4-solaris
>     /usr/perl5/site_perl/5.005
> 
> I edited my .bashrc file, adding '/usr/perl5/5.00503' to my path:
> 
> ~> env
> PATH=/usr/bin/:/usr/perl5/5.00503
> 
> perldoc continues to give 'command not found'
> 
> Can someone give me some other suggestions/settings to try?  I don't have
> root access.

Since you are on *nix try the man pages.

man perl
man perlfunc
man perlsyn
etc...


John
-- 
use Perl;
program
fulfillment

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

Reply via email to