#!/usr/bin/perl -T use SelfLoader; use CGI qw/:standard/; use CGI::Carp 'fatalsToBrowser'; use DBI; use strict; use warnings; print "Content-Type:text/html\n\n"; print "this is a test\n"; __DATA__ sub redirect { # code for redirect will go here } exit 1;
In reply to Re: best way to handle Subroutine redefined warning
by Khen1950fx
in thread best way to handle Subroutine redefined warning
by keiusui
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |