#!/usr/bin/perl use strict; #use warnings; use Encode qw( decode_utf8 ); use CGI; my $q= new CGI; use CGI::Carp qw(warningsToBrowser fatalsToBrowser); print $q->header( "text/html" ); print "Testing another page";
In reply to Re^9: RFC: Proposed tutorial - simple login script using CGI::Application
by Anonymous Monk
in thread RFC: Proposed tutorial - simple login script using CGI::Application
by scorpio17
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |