## replace "use $string @imports" with: BEGIN { (my $filename = $string) =~ s,::,/,g; # unix/windows only require $filename; $string->import(@imports); }