in reply to Re^4: Why isn't C<use strict> the default?
in thread Why isn't C<use strict> the default?
I suppose I should also point out that you can just say
which would make your main program an anonymous module. I guess, for that matter, you could also say:module;
and get the same effect. I can just see instructors telling newbies to put that at the beginning of all their "class" assignments.class;
Hmm, if you want it even shorter, I bet
would even work. Hey, maybe any anonymous declarator should work. How 'bout:role;
:-) * 0.5my;
|
|---|