in reply to $CGI->import_names

If you're the sole developer/maintainer and your modules are not overly huge, than there aren't many pitfalls ... but ... once that module hits a certain size or you start having multiple devs, namespace clashing becomes a real issue (and a real PITA to track down).

-derby