Help for this page

Select Code to Download


  1. or download this
    if (! param ) 
    { show_form(); }
    ...
    { parse_text(); }
    elsif (defined param('$temp_name')) 
    {print print_results(); }
    
  2. or download this
    while ($counter<=$#doc_offset_array) { 
    @temp_array = @{$array_of_arrays[$counter]};
    ...
    }
    }
    }