On Sat, 5 Oct 2002, Allison Randal wrote: : use Acme::N-1_0; # or whatever the format of the name is
I don't see why it couldn't just be: use Acme::1.0; After all, we don't have package names starting with numbers right now... Larry
On Sat, 5 Oct 2002, Allison Randal wrote: : use Acme::N-1_0; # or whatever the format of the name is
I don't see why it couldn't just be: use Acme::1.0; After all, we don't have package names starting with numbers right now... Larry