You forgot to use CGI.
use warnings; use strict; use CGI::Carp qw(fatalsToBrowser); use CGI; # <-- need this to use CGI ... [download]
In reply to Re: CGI Error by stonecolddevin in thread CGI Error by thevoid