- or download this
######################################################################
+######
sub print_form
######################################################################
+######
{
- or download this
my $output_file = "template.sthml";
open(OUTPUT, "$output_file") || print "There is no file here, I'll run
+ away now!";
- or download this
$table_rows = &add_row;
- or download this
while(<OUTPUT>) {
...
print $_;
}
- or download this
s/<!-- (TBROWS) \/\/-->/$table_rows/g;
print;