Help for this page
use Module VERSION LIST use Module VERSION ... BEGIN { require Module; import Module LIST; } except that Module *must* be a bareword.
If EXPR is a bareword, the require assumes a ".pm" extensi +on and replaces "::" with "/" in the filename for you, to make it + easy ... In this case you can do: eval "require $class";