 |
| User since: |
Aug 15, 2001 at 22:20 UTC
|
| Last here: |
Jun 18, 2013 at 22:57 UTC
(8 hours ago) |
| Experience: |
15591
|
| Level: |
Monsignor (18)
|
| Writeups: |
2088
|
| Location: | Prague, Czech Republic (Central Europe) |
| User's localtime: |
Jun 19, 2013 at 08:42 CEST
|
| Scratchpad: |
View
|
|
<img src="http://skender.be/supportdenmark/SupportDenmarkSmall3EN.png">
- Using Perl since about 1996
- Written several modules
- The first public was Mail::Sender - it was written too early and thus is poorly designed (not that the newer are any better). It caught up anyway :-P
- Using mainly Windoze (noone hates Windoze more than the people who use them)
- Like to show off ... erm ... help beginners
- Love to dance (nope dudes, no hip pop, no punk, no pogo - standard ballroom and latinoamerican dances, tango argentino, salsa)
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"
|