in reply to Re^2: Help creating a function
in thread Help creating a function

oops sorry, yes that was wrong. Actually what I normally do is this:
$class=~s/:{2}/\//g; $class.= '.pm'; require $class_path;
But there is probably a better way of doing it.