I try to use module when coding in Perl only if there is no other way. I just like to know what is happening in my script in every line. If you "overuse" other people's work you can run into trouble one day :)
(This is my general opinion about mass using modules/classes when developing new application, we can discuss it here if you want.)