> both #!/usr/bin/perl -w and perl -w my.pl will do the warnings
> work,but use warnings will throw exception. if i setup a file called
> warnings.pm(it only conatins 1) in my lib and don't use directive or
> option,there is no warning and exception stanley
Put
$^W = 1;
into your warnings.pm
Jenda=========== [EMAIL PROTECTED] == http://Jenda.Krynicky.cz
==========
When it comes to wine, women and song, wizards are allowed
to get drunk and croon as much as they like.
-- Terry Pratchett in Sourcery
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]