pritesh_ugrankar has asked for the wisdom of the Perl Monks concerning the following question:
Hi
The following error is noticed when I installed either strawberry perl or activestate perl and invoke perldocs:
Invalid parameter - -R
I tried re installing several times, still the same error. I did google but could not find anything affirmative or a workaround. Am I missing something or doing something wrong?
Hi,
As given on the strawberry perl site, The perldoc issue is resolved by running the command - cpanm http://strawberryperl.com/package/kmx/perl-modules-patched/Pod-Perldoc-3.27_patched.tar.gz
I tried the command from my work place and got errors, but came home and tried, it seems to work!! Given below is the output
C:\>cpanm http://strawberryperl.com/package/kmx/perl-modules-patched/P +od-Perldoc-3.27_patched.tar.gz --> Working on http://strawberryperl.com/package/kmx/perl-modules-patc +hed/Pod-Perldoc-3.27_patched.tar.gz Fetching http://strawberryperl.com/package/kmx/perl-modules-patched/Po +d-Perldoc-3.27_patched.tar.gz ... OK Configuring Pod-Perldoc-3.27 ... OK Building and testing Pod-Perldoc-3.27 ... OK Successfully installed Pod-Perldoc-3.27 1 distribution installed C:\>perldoc perldoc NAME perldoc - Look up Perl documentation in Pod format. SYNOPSIS perldoc [-h] [-D] [-t] [-u] [-m] [-l] [-U] [-F] [-i] [-V] [-T] [-r] [-d destination_file] [-o formatname] [-M FormatterClassName] [-w formatteroption:value] [-n nroff-replacement] [-X] [-L language_code] PageName|ModuleName|ProgramName|URL Examples: perldoc -f BuiltinFunction perldoc -L it -f BuiltinFunction perldoc -q FAQ Keyword perldoc -L fr -q FAQ Keyword perldoc -v PerlVariable perldoc -a PerlAPI C:\>
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Strawberry/ActiveState Perl 5.24.1 - Invalid parameter - -R error when invoking perldoc
by dave_the_m (Monsignor) on Feb 17, 2017 at 20:35 UTC | |
|
Re: Strawberry/ActiveState Perl 5.24.1 - Invalid parameter - -R error when invoking perldoc
by VinsWorldcom (Prior) on Feb 17, 2017 at 19:52 UTC | |
|
Re: Strawberry/ActiveState Perl 5.24.1 - Invalid parameter - -R error when invoking perldoc
by pritesh_ugrankar (Monk) on Feb 17, 2017 at 21:05 UTC | |
|
Re: Strawberry/ActiveState Perl 5.24.1 - Invalid parameter - -R error when invoking perldoc
by pritesh_ugrankar (Monk) on Feb 28, 2017 at 15:48 UTC |