Help for this page

Select Code to Download


  1. or download this
    @se = ('AltaVista', 'Excite', 'Infoseek', 'Lycos');
    $search = new WWW::Search($se);
    
  2. or download this
    foreach my $se (qw(AltaVista Excite Infoseek Lycos)) {
        my $search = new WWW::Search($se);
        # etc