At 12:50 PM 5/29/2002 -0400, Brian Tillman wrote:

>$ sho sym perldoc
>  PERLDOC == "$PERL_ROOT:[000000]PERL.EXE perl_root:[lib.pod]Perldoc.com -t"
>$ perldoc
>%RMS-E-FNF, file not found

That's actually correct behavior when you don't specify a parameter.  
Perhaps CLI$_NULFIL or CLI$_ARGREQ would be slightly more accurate.


>$ perldoc perldoc
>Use of uninitialized value in substitution (s///) at
>perl_root:[lib.pod]perldoc.
>com line 279.
>Use of uninitialized value in length at perl_root:[lib.pod]perldoc.com line
>255.
>Use of uninitialized value in length at perl_root:[lib.pod]perldoc.com line
>255.
>Use of uninitialized value in length at perl_root:[lib.pod]perldoc.com line
>255.
>Use of uninitialized value in length at perl_root:[lib.pod]perldoc.com line
>255.

There is a fix for those here:

<http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2001-09/msg00137.html>


>%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
> \MOST\
>%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
> \MORE\
>%DCL-W-IVVERB, unrecognized command verb - check validity and spelling
> \LESS\

You're stuck with those unless you install one of the paging programs it's 
looking for or define the logical PERLDOC_PAGER.  For example, 

$ define perldoc_pager "edit/tpu/readonly/nojournal"


Reply via email to