http://qs1969.pair.com?node_id=382182


in reply to RFC: perlfeaturedelta

Excellent idea: I wonder though if it wouldn't be better to extend perldoc with a switch to search the perlxxxdelta pages.

So, just as we already have:

 perldoc -f function
 perlfoc -q FAQ
add a switch:
 perldoc -D delta_thing
I'd also like a -k switch to search for keywords (I regularly forget where things like BEGIN and AUTOLOAD live).

Replies are listed 'Best First'.
Re^2: RFC: perlfeaturedelta
by Aristotle (Chancellor) on Aug 12, 2004 at 08:14 UTC

    I'd also like a -k switch to search for keywords (I regularly forget where things like BEGIN and AUTOLOAD live).

    Now that's an idea. ++

    This should be posted to perl5-porters, seriously.

    Makeshifts last the longest.

Re^2: RFC: perlfeaturedelta
by Joost (Canon) on Aug 12, 2004 at 10:18 UTC