in reply to perldoc is broken
First, I would look at which perldoc program is actually run:
which perldoc
Something, somewhere maybe installed a program with the same name that is supposed to run as CGI...
As a second step, look at %ENV - maybe perldoc behaves as CGI if some HTTP environment headers are set. Anything starting with HTTP_ is suspect. Under Windows, you can see %ENV using the set command.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: perldoc is broken
by LanX (Saint) on Jan 11, 2022 at 17:59 UTC | |
|
Re^2: perldoc is broken
by BernieC (Pilgrim) on Jan 11, 2022 at 17:59 UTC | |
by marto (Cardinal) on Jan 12, 2022 at 15:23 UTC |