NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
New options (Score:1)
One note about the current dist: since this is just an alpha release, it doesn't replace your perldoc executable, but instead gives you a new executable called "perldoc3". So don't try using the new options with your old perldoc.
What exactly are the new options? I didn't yet find any difference (except for the removal of the annoying taint-checking thing when being root).
Oh, just noticed that: something odd has happened to the -i switch. Doesn't work for my any longer.
Reply to This
Re:New options (Score:2)
This specifies that the output is not to be sent to a pager, but is to be sent right to STDOUT.
-d destination-filename
This specifies that the output is to be sent neither to a pager nor to STDOUT, but is to be saved to the specified filename. Example:
perldoc -oLaTeX -dtextwrapdocs.tex Text::Wrap-o output-formatname
This specifies
Re:New options (Score:1)
Ah, great! I can directly perldoc into a vim buffer finally or somewhere else(for ease of further processing). Very nice!
I'll think I just add an alias to make perldoc3 a replacement for the current perldoc. Thus, possible bugs should show up most quickly if any.
Re:New options (Score:2)
That should have worked before (without the explicit -T) -- but sometimes didn't. Now you can use -T to make totally clear "no pager!!".
I'll think I just add an alias to make perldoc3 a replacement for the current perldoc. Thus, possible bugs should show up most quickly if any.
Wow, thanks! I'll be sure to post news, here in my log, of any new Perldoc versions.