On Mar 14, 2014, at 5:28 AM, Anant kumar <anant.singh1...@gmail.com> wrote:

> Hi everyone,
>                         I am trying to write a script to search on the 
> internet for different keywords (like Organism name, metabolic reactions and 
> Genes involved). Can anyone suggest me how to proceed. I don't want to attach 
> the link to any website like what CGI module perform. Just want to search and 
> store it any format like XML etc.
> 
> Any help will be appreciated, 
> 
> Sincerely yours,
> Anant Kumar
> B.Tech; Biotechnology

This appears to be a new topic unrelated to ‘Fail to match mixed quote 
pattern’. You should start a new thread for a new topic (as I have done).

What you are asking about sounds like a search engine. Do you want to use an 
existing search engine, such as Google, Bing, or Duckduckgo, or write your own?

Google, for example, has a search API that will return search results in JSON 
or XML formats. You will need a Google Account. Information here: 
<https://developers.google.com/custom-search/>. There is also a Perl module 
(WWW::Google:CustomSearch) to help. See here: 
<http://search.cpan.org/~manwar/WWW-Google-CustomSearch-0.11/lib/WWW/Google/CustomSearch.pm>

Good luck.


--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to