Help for this page

Select Code to Download


  1. or download this
    my $results1 = doTheSearch(p1,p2,p3,p4,p5,p6,p7,...p55);
    my $results2 = doTheSearch(p1,p2,p3,otherp4,p5,differentp6,p7,...p55);
    
  2. or download this
    my $search = new Search(p1,p2,p3);
    $search->setLocalizationOptions(p21,p22,p23,p24);
    ...
    ...
    my $results1 = $search->searchFor(p4, p5, p6);
    my $results2 = $search->searchFor(otherp4, p5, differentp6);