Jenda's user image
User since: Aug 15, 2001 at 22:20 UTC
Last here: Jun 18, 2013 at 22:57 UTC (14 hours ago)
Experience: 15591
Level: Monsignor (18)
Writeups: 2088
Location:Prague, Czech Republic (Central Europe)
User's localtime: Jun 19, 2013 at 14:54 CEST
Scratchpad: View

<img src="http://skender.be/supportdenmark/SupportDenmarkSmall3EN.png">

If you're using Windows and find the default perldoc display suboptimal you may try this doskey macro

pdoc=perldoc -o html -T -w index $* > %TEMP%\perldoc_temp.html && star +t %TEMP%\perldoc_temp.html
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"