Sunday, August 2, 2009

How do you dump out a Perl module's runtime dependencies?

... preferably in one liner ...

How do you dump out a Perl module's runtime dependencies?
grep "require\|use" %26lt; themod.pm





but you can dynamically play games that could be missed!





anything better wouldn't be a 1 liner!


No comments:

Post a Comment