Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

bbfu's scratchpad

by bbfu (Curate)
on Jun 03, 2004 at 02:25 UTC ( [id://359886]=scratchpad: print w/replies, xml ) Need Help??

Here's a simple bash script to grep all the perl* perldoc pages. If you're on Windows, as I am at the moment, I recommend Cygwin, as it makes life so much nicer. :)

#!/bin/bash PAGER=/bin/cat for i in `perl -e 'print join " ", map { /^\s+(perl\w+)/ ? $1 : () } \ +`perldoc perl\`'`; do echo "$i:" perldoc "$i" | grep $* done

bbfu
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (3)
As of 2024-03-19 05:06 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found