Help for this page

Select Code to Download


  1. or download this
    #! c:\perl\bin
    use WWW::Search; 
    
    ...
    $desc = $result->description; 
    print "<a href=$url>$title<br>$desc<p>\n"; 
        }
    
  2. or download this
    unknown search engine backend PubMed (Can't locate WWW/Search/PubMed.p
    +m in @INC (@INC contains: C:\Perl\lib C:\Perl\site\lib .) at (eval 5)
    + line 2.
    BEGIN failed--compilation aborted at (eval 5) line 2.
    ) at C:\Perl\progs\test2.pl line 6
    
  3. or download this
    BEGIN {
        push @INC, "c:\perl\site\lib\pubmed.pm";
    }