Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
sub my_func { my($check) = @_; if ($check eq "no") { &send_headers; } #do stuff here return(); } sub send_headers { my $query = CGI:new(); print $query->header; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Web Headers
by Ovid (Cardinal) on Oct 31, 2002 at 18:56 UTC | |
by zigdon (Deacon) on Oct 31, 2002 at 19:33 UTC | |
by Ovid (Cardinal) on Oct 31, 2002 at 23:19 UTC | |
|
Re: Web Headers
by John M. Dlugosz (Monsignor) on Oct 31, 2002 at 23:13 UTC | |
|
Re: Web Headers
by kshay (Beadle) on Nov 01, 2002 at 19:13 UTC |