SPUG: extracting functions

Stuart Poulin stuart_poulin at yahoo.com
Thu Apr 13 17:12:51 CDT 2000



--- Todd Wells <toddw at wrq.com> wrote:
> Hi, I want to write a perl program that will parse my existing perl programs
> and alphabetize the functions.  
> 

I've got something in my bag o' tricks:

#!perl
$ENV{PERL5DB} = 'for (sort keys %DB::sub) {print "$_\n"};exit;';
system("perl -d $ARGV[0]");





__________________________________________________
Do You Yahoo!?
Send online invitations with Yahoo! Invites.
http://invites.yahoo.com

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     POST TO: spug-list at pm.org       PROBLEMS: owner-spug-list at pm.org
 Seattle Perl Users Group (SPUG) Home Page: http://www.halcyon.com/spug/
 SUBSCRIBE/UNSUBSCRIBE: Replace "action" below by subscribe or unsubscribe
           Email to majordomo at pm.org: "action" spug-list your_address





More information about the spug-list mailing list