SPUG: Perldoc book

Pommert, Daniel Daniel.Pommert at verizonwireless.com
Thu Nov 21 18:14:35 CST 2002


If you have a2ps installed, you will get a nicer printout with the perldoc
line changed to:
        perldoc $module | a2ps --catman --center-title="$module"

-- Daniel Pommert
  Verizon Wireless
  425-603-8612

-----Original Message-----
From: Brian Hatch [mailto:spug at ifokr.org]
Sent: Thursday, November 21, 2002 3:45 PM
To: Peter Darley
Cc: SPUG
Subject: Re: SPUG: Perldoc book




> 	I'm wondering if anyone can point me toward a book that is just a
bound
> copy of the Perldoc man pages?


for module in `find /usr/lib/perl5 -name \*.pm -o -name \*.pod `
do
	perldoc $module | lpr
done

And hope you have a lot of paper...

--
Brian Hatch                  UNIX is user friendly.
   Systems and                It's just very selective
   Security Engineer          about who its friends are.
http://www.ifokr.org/bri/

Every message PGP signed

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     POST TO: spug-list at pm.org       PROBLEMS: owner-spug-list at pm.org
      Subscriptions; Email to majordomo at pm.org:  ACTION  LIST  EMAIL
  Replace ACTION by subscribe or unsubscribe, EMAIL by your Email-address
 For daily traffic, use spug-list for LIST ;  for weekly, spug-list-digest
     Seattle Perl Users Group (SPUG) Home Page: http://seattleperl.org




More information about the spug-list mailing list