Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
#!/user/local/bin/perl -wt use strict; use CGI ':standard'; my $agentname; $agentname = param('agentname'); if($agentname eq 'Joe Bob') { output to browser joebob.html }
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Outputing HTML files
by Yohimbe (Pilgrim) on Aug 22, 2001 at 04:34 UTC | |
by tilly (Archbishop) on Aug 22, 2001 at 04:48 UTC | |
(ichimunki) Re: Outputing HTML files
by ichimunki (Priest) on Aug 22, 2001 at 19:16 UTC | |
Re: Outputing HTML files
by jryan (Vicar) on Aug 22, 2001 at 04:58 UTC | |
by perigeeV (Hermit) on Aug 22, 2001 at 05:14 UTC |