in reply to Re^2: How to call specific method of a module in our program?in thread How to call specific method of a module in our program?
BEGIN { @ISA = qw(Exporter); @EXPORT = qw(Dumper); @EXPORT_OK = qw(DumperX); [download]