in reply to Re^2: Help creating a functionin thread Help creating a function
$class=~s/:{2}/\//g; $class.= '.pm'; require $class_path; [download]