[VPM] Reflection

Nathanael Kuipers nkuipers at uvic.ca
Thu Jun 26 14:26:21 CDT 2003


The following should do what you want...if this isn't what you tried, what 
about the output is not what you expected?

#!/usr/bin/perl

use File::Find; #example
for (keys %File::Find::) {
	print "$_" if File::Find->can($_);
}




More information about the Victoria-pm mailing list