Help for this page

Select Code to Download


  1. or download this
    foreach $results (@results){
          ($field_1,$field_2,$field_3) = split(/\|/,$results);
    ...
        </tr>
    feach
    }
    
  2. or download this
    sub search_database{
      my $search_for = $_[1];
    ...
        }
      close (DB);
    }