| Programming C# C++ (7) Delphi (617) Java (8) JavaScript (31) perl (9) mysql (3) perl CGI (3) php (4) VBScript (1) Visual Basic (1) |
Temporarily turn off warnings in perl (older version)
Question: How can I turn off warnings for a part of my perl code? I read about a pragma use warnings and no warnings but this is not available because I use an older version of perl.Answer: Pragma 'warning' was introduced with perl 5.6.0You can use the code shown below instead:
Comments:
| ||||||||||||||||||