";
$final_class = "1";
}
elsif($result == $class2)
{
$result_header = "Old n' Salty Kitten";
$result_text = "Yes child, enjoy your naive appreciation of life’s novelty. Soon you will grow and so will your disdain for this banal existence you once considered beautiful.";
$result_image = "
";
$final_class = "2";
}
elsif($result == $class3)
{
$result_header = "Kaboom Kitten!";
$result_text = "You will now join me in oblivion.";
$result_image = "
";
$final_class = "3";
}
elsif($result == $class4)
{
$result_header = "Alarm Kitten!";
$result_text = "Alarm!! Don your masks or you will dance the sarin jig this night!!!";
$result_image = "
";
$final_class = "4";
}
elsif($result == $class5)
{
$result_header = "Bear Kitten!";
$result_text = "I have bested my brethren this day!!!
";
$final_class = "5";
}
elsif($result == $class6)
{
$result_header = "Mail Order Kitten!";
$result_text = "You are to make a fine wife for uncouth American businessman!";
$result_image = "
";
$final_class = "6";
}
#Print data to file
open(INFO, ">>$ENV{'DOCUMENT_ROOT_OLD'}/www/heplerlabs.com/P593/homework_3.txt");
print INFO "$date1,$date2,$v01,$v02,$v03,$v04,$v05,$v06,$v07,$final_class,endline\n";
close(INFO);
open(INFO, "$ENV{'DOCUMENT_ROOT_OLD'}/www/heplerlabs.com/P593/homework_3.txt");
@data = | Chemical Kitten | ||
| Old n' Salty Kitten | ||
| Kaboom Kitten | ||
| Alarm Kitten | ||
| Bear Kitten | ||
| Mail Order Kitten |