Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
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 imbibing at the Monastery: (4)
As of 2024-09-15 19:24 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    The PerlMonks site front end has:





    Results (21 votes). Check out past polls.

    Notices?
    erzuuli‥ 🛈The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.