Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
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 having an uproarious good time at the Monastery: (3)
As of 2025-03-20 17:41 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (61 votes). Check out past polls.