#!/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 }