Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re^2: need help in scraping asp site

by Athanasius (Archbishop)
on Sep 06, 2012 at 07:31 UTC ( [id://992021]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    <td class="countryValue">
    #  ^ note the space
    
  2. or download this
    <td \s+ class="countryValue">
    
  3. or download this
    while ($content =~ m!
                          tr \s+ class="bgrow1">
    ...
                              </a>
                            </td>
                        !gisxm)
    
  4. or download this
    use strict;
    use warnings;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others learning in the Monastery: (4)
As of 2024-04-26 01:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found