©Mike Moxcey 1999

Title Variable

Set another variable $prn_type:
if ($call_type eq "closed") {
$get_call="where close_date is not null";
$prn_type="Closed Calls";
} else {
$get_call="where close_date is null";
$prn_type="Open Calls";
}


home next