Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^10: web search for certain data

by pydi (Initiate)
on Nov 24, 2011 at 03:04 UTC ( [id://939788]=note: print w/replies, xml ) Need Help??


in reply to Re^9: web search for certain data
in thread web search for certain data

Thanks a lot, that works fine. Now i need to increase no. of Abstract&ArtikelNr , and get data for about 700 numbers.I used split to get the id, so that i can increase and get data.Is there other way to do it.

Replies are listed 'Best First'.
Re^11: web search for certain data
by Corion (Patriarch) on Nov 24, 2011 at 07:32 UTC
    Why split and replace when you can construct your URL directly? Just increase (or set) the ArtikelNr, and recreate the URL:
    My $artikel_nr = 12345; my $url= "http://...?ArtikelNr=$artikel_nr&..."; ...

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://939788]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others about the Monastery: (3)
As of 2024-04-24 05:25 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found