Becky has asked for the wisdom of the Perl Monks concerning the following question:
The code looks like this:
my $res = $ua->request(GET 'http://www.ncbi.nlm.nih.gov/entrez/viewer.fcgi?val=$BCnumber&db=Nucle +otide&dopt=xml&txt=on');
where $BCnumber is what I want to pass to the web site.
Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: sending a request to a web page
by BrowserUk (Patriarch) on Oct 29, 2002 at 10:27 UTC | |
|
Re: sending a request to a web page
by mce (Curate) on Oct 29, 2002 at 10:52 UTC |