Hello,

Conside I have the code:

use LWP::UserAgent ();
use Apache::DBI ();
use DBI ();
...
...

Some points later, I want to list all the used modules, is it
possible?

E.g. Print out

LWP::UserAgent
Apache::DBI
DBI


Thanks.


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to