in reply to Header Visible In CGI output after cookie header is sent
at the top of your program and you can call header() as many times as you like and only the first print will make it to the browser. Easy cheesy. (No, this is not in the CGI.pm documentation. :-D)#!/usr/bin/perl use CGI qw(:standard); $CGI::HEADERS_ONCE =1;
Gary Blackburn
Trained Killer
|
|---|