[Chicago-talk] lowercase package names

Edward Summers ehs at pobox.com
Tue Aug 23 07:29:04 PDT 2005


On Aug 23, 2005, at 9:15 AM, JT Smith wrote:
> I know that generally speaking lowercase package names are supposed  
> to be reserved for
> internal perl stuff, but I have a need to use them and I'm  
> wondering if there's any code
> within perl that would prevent it. Anybody know?

That sounds like a good idea for an Acme module, enforcing package  
name conventions :-)

package jt;
sub foo { 'bar' }
print jt::foo();

//Ed


More information about the Chicago-talk mailing list