Help for this page
use if 1, $pkg;
my $file = $pkg; $file =~ s{::}{/}g; $file .= '.pm'; require $file; import $file;