I'd like to add some sub routines to the global namespace. I know this is usually considered bad design for modules, but I intend to do this only for a personal project. I'd just like to know if this is possible, and how. And if so, using pure perl code or would I have to delve into xs?
- Polluting the Global Namespace Shane Calimlim
- Re: Polluting the Global Namespace Aaron Priven
- Re: Polluting the Global Namespace Mumia W.
- Re: Polluting the Global Namespace Shane Calimlim