my @subnames; #open this source file open FILE, '/perlsource.pl/'; while (<FILE>) { #if sub name push onto array of sub names if ($_=~/sub\s+(\S+)\s+\{/) { push @subnames, $1; } } close FILE;
In reply to Re: Application API Automatically?
by hakkr
in thread Application API Automatically?
by the_Don
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |