#!/usr/bin/perl -w use strict; use CGI qw(:standard); use CGI::Carp qw(fatalsToBrowser); print header, h1('hello'); #$test = 1; #### [Wed Dec 12 13:02:40 2001] carptest.pl: Execution of carptest.pl aborted due to compilation errors. [Wed Dec 12 13:02:40 2001] carptest.pl: Global symbol "$test" requires explicit package name at carptest.pl line 9. #### Execution of foo.pl aborted due to compilation errors