$ perl -ce ' > #!/usr/bin/perl > use strict; > use warnings; > use CGI; > my $test = new CGI; > print $test->header("text/html"); > $test->start_html("Perl Test") > print $test->h1("Perl is working!"); > print $test->end_html; > ' syntax error at -e line 9, near ") print" -e had compilation errors.
In reply to Re: Perl Strict 502 Error No DEBUG SUPPORT
by Laurent_R
in thread Perl Strict 502 Error No DEBUG SUPPORT
by ninjazin
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |