Howdy! I was curious if it's possible to have a module like so:
package Foo:Monkey; use strict; use warnings; Then in my script: #!/usr/bin/perl use Foo::Monkey; And have that enable strict and warnings for my script. IE it would act as if I'd done: #!/usr/bin/perl use strict; use warnings; TIA Dan -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>