/) {
$_ =~ s/^.*\<\/IMG\>//;
}
if ($_ =~ /\<\/TD\>\<\/TR\>\<\/TBODY\>\<\/TABLE\>\<\/TD\>\<\/TR\>\<\/TBODY\>\<\/TABLE\>\\| /) {
$_ =~ s/\<\/TD\>\<\/TR\>\<\/TBODY\>\<\/TABLE\>//;
}
if ($_ =~ /\<\/TD\>\<\/TR\>\<\/TBODY\>\<\/TABLE\>\<\/TD\>\<\/TR\>\<\/TABLE\>\ |
\| /) {
$_ =~ s/\<\/TD\>\<\/TR\>\<\/TBODY\>\<\/TABLE\>//;
}
print "$_\n" if ($save);
if ($_ =~ /\ |
";
close (BS);
} else {
my $error;
if ($game_no > 0 && $game_no < 150) {
$error = qq{Box Score for Game No. $game_no is not available
};
} else {
$error = qq{Invalid Game No. $game_no. No Box Score available
};
}
print $error;
}
print_footer();
%>