in reply to Re: "Vanity Tagging" on CPAN?
in thread "Vanity Tagging" on CPAN?
PHP doesn't really have any good namespace system. You can define classes, but that's only one level of namespaceing. You have to resort to the old C style smMdlAbbr_* before your variables and functions.package org.perlmonks.why.do.we.have.a.java.class;
|
|---|