Hey!
I want to get information out of this page.
My problem is,how can i give ($eingabe)into the url?
Because that varies the output of the xmlsource!
exampe: $url=.........term=gtpase...
gives me the result of all gtpases...how can i use a funktion or
variable to make it possible ti give it into the stdin an that gives the
content of stdin into the end of my url???
#!/usr/bin/perl -w
use LWP::Simple;
$eingabe=0;
chomp($eingabe =<>)
$url =
'http://eutils.ncbi.nlm.nih.gov/entrez/eutils/egquery.fcgi?term=$eingabe';
$doc = get $url;
print $doc;
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>