What it does is searches for a given module in the library path i.e it will find the path to the
blah::blah module, or return false. Under the covers it will munge
blah::blah into the appropriate format. And yes, you don't have to worry that
$mod is user defined, if it exists in the path, you will get that path returned, otherwise, false.