Frank M. Ramaekers wrote on 04/29/2009 08:49 AM:
> This doesn't seem to work:
> # To display documentation for this program type "perldoc swish.cgi"
>
> 2# perldoc swish.cgi
> No documentation found for "swish.cgi".
>
> (Just upgraded to 2.4.7 from 2.4.5, did I miss something?)
is swish.cgi in your @INC path?
try:
% perl -V
to see the default @INC.
Otherwise, give perldoc the full path:
% perldoc path/to/swish.cgi
--
Peter Karman . peter(at)not-real.peknet.com . http://peknet.com/
_______________________________________________
Users mailing list
Users@lists.swish-e.org
http://lists.swish-e.org/listinfo/users
Received on Wed Apr 29 12:13:31 2009