Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re: URL-String-concatenation within Perl [applying to a loop]

by aquarium (Curate)
on Nov 28, 2010 at 22:55 UTC ( [id://874144]=note: print w/replies, xml ) Need Help??


in reply to URL-String-concatenation within Perl [applying to a loop]

your brute force loop to construct urls will exhibit thousands of non-existing urls. this will hammer the server for no good reason, and make your code run for hours instead of minutes. the site administrator will notice all the failed attempts (bad generated urls) and it might develop into your ISP contacting you. In any case, it is very bad net etiquette, and a waste of resources. Plus you insist on perlmonks helping you in this effort. have you yet bothered to ask the site admin if the proper url list is available via api or another page?..because this sort of contact is preferrable to getting noticed the other way.
the hardest line to type correctly is: stty erase ^H
  • Comment on Re: URL-String-concatenation within Perl [applying to a loop]

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-19 02:50 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found