It does seem a little weird. The part where I'm trying to execute my code is inside a sub routine that validates form fields. I only want to load Email::Valid if and only it needs to validate a e-mail field.
Anyhow, the code above worked out...however I do not wish to load it at runtime if I don't have to? Not sure if this is a good idea or not, if not , I'll just load it at runtime.