Stories
Slash Boxes
Comments

All the Perl that's Practical to Extract and Report

use Perl Log In

Log In

[ Create a new account ]

Ovid (2709)

Ovid
  (email not shown publicly)
http://publius-ovidius.livejournal.com/
AOL IM: ovidperl (Add Buddy, Send Message)

Stuff with the Perl Foundation. A couple of patches in the Perl core. A few CPAN modules. That about sums it up.

Journal of Ovid (2709)

Wednesday April 23, 2008
09:21 AM

Pod::Perldoc Update

[ #36230 ]

Adriano Ferreira has released Pod::Perldoc 3.14_05. Amongst other things, it includes my '-A' (search perlvar) patch. If you've struggled to remember what a special variable is, you can now type perldoc -A '$.' to find out.

He's also asking for a better switch name (I didn't like -A, but it was all I could find).

The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More | Login | Reply
Loading... please wait.
  • "-s" for "special"

    -- dagolden
  • How about omitting the switch altogether and using searching for variables if the argument begins with a '$': "perldoc '$.'". I assume that there aren't many (or any?) page, module, or program names that begin with a '$'.
    • Oops. I didn't see before that perlvar also documents some variables that begin with @ and %, but perldoc would need to handle those too.