Help for this page

Select Code to Download


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