NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Useful (Score:2)
I believe it's useful and CPAN-worthy, notably for modperl apps. It would be nice to be able to filter out Perl's builtins as well to see what genuine globals have been introduced.
-- Robin Berjon [berjon.com]
Re:Useful (Score:2)
Umm... yeah? (Score:2)
CPAN that puppy forthwith. I agree that more filtering of Perl built-ins would be good (not just filter patterns, but actually avoiding $!, @+, @DB::args, etc.).
--rjray
Re:Umm... yeah? (Score:2)
I'll commit it probably next week. My computing life is a shambles and I need to clean it up.