> In my file, each line has : ID (8 number) | many key words |key words again
> .
> I would like to know how to extact only key words part and automatic
> searching in website like google.

for extracting: use split or regex.

for googling: google has provided the SOAP API for programming.
There is someone already wrote the module on CPAN:
http://search.cpan.org/~ascope/Net-Google-1.0/lib/Net/Google.pm

Regards.

-- 
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