I have a perl snippet:
use strict; use warnings; use Win32; use File::Path;
I want to suppress the uninitialized perl variable warning from Win32 library but dont want to suppress the uninitialized perl variables warning for other libraries such as File::Path. Is there a way I can do this? I tried no warnings 'uninitalized' but this suppresses all uninitialized warnings.
Thanks.In reply to Suppress uninitialized Perl variables warning by Mj1234
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |