Hi, How can I make a module that automatically uses pragmas (like "strict", "utf8" and "warnings") into the caller of a module? For example, being able to do this:
use Pragmas; # "use strict", "use utf8", "use warnings" $var = 123; and making perl complain about $var not being declared? Thanks! -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/