#!/usr/local/bin/perl -w use strict; use CGI; my $q = new CGI; print $q->header(-type=>'text/html'), $q->start_html(-title=>'CGI.pm is Great'), $q->h1('CGI is GREAT'), $q->hr, $q->end_html;
In reply to Re: Bad Practice
by shirkdog_perl
in thread Bad Practice
by mkirank
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |