©Mike Moxcey 1999

Assign Variables

To assign input to local variables,
I do a line for each one:
$name = $input{'name'};
$email = $input{'email'};
$problem = $input{'problem'};
$priority = $input{'priority'};
$software = $input{'software'};
$close_flag = $input{'close_flag'}; # Y or N


home next