Nigel Rantor wrote:
> 
> The reasoning is not so that the namespace doesn't get polluted. His 
> argument is regarding space efficiency.

That might matter in an Apache::Registry environment.

Each Apache::Registry script is compiled in its own namespace ;
importing symbols takes space (not so much, though) in the namespace's
smybol table ; mod_perl careful programming guidelines recommend
to spare space.

Reply via email to