in reply to Better perldoc on Windows
Let me copy&paste some text from my homenode here:
If you're using Windows and find the default perldoc display suboptimal you may try this doskey macro
If you then use pdoc Module::Name instead of perldoc Module::Name you get the docs formatted as HTML in a browser window. It's best to store the macro(s) in a file and start the Command Prompt via a shortcut like this: %windir%\System32\cmd.exe /F:ON /k doskey /macrofile="%USERPROFILE%\doskey.mac"pdoc=perldoc -o html -T -w index $* > %TEMP%\perldoc_temp.html && star +t %TEMP%\perldoc_temp.html
Jenda
Enoch was right!
Enjoy the last years of Rome.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Better perldoc on Windows
by LanX (Saint) on Jun 06, 2010 at 20:15 UTC | |
by Jenda (Abbot) on Jun 06, 2010 at 20:25 UTC | |
by BrowserUk (Patriarch) on Jun 07, 2010 at 00:33 UTC | |
by LanX (Saint) on Jun 07, 2010 at 01:19 UTC | |
by BrowserUk (Patriarch) on Jun 07, 2010 at 02:20 UTC | |
by LanX (Saint) on Jun 07, 2010 at 02:51 UTC | |
|