Sun Java System Web Server 6.1 SP11 Programmer's Guide

Perl CGI Programs

You cannot run CGIs using Perl 5.6.x with the -w flag. Instead, include the following code in the file:

use warnings;