Changeset 2783

Show
Ignore:
Timestamp:
12/07/07 15:48:34 (6 years ago)
Author:
mattn
Message:

lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/ThirdForce/CIDR.pm:
revert to r2699.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/perl/WWW-MobileCarrierJP/trunk/lib/WWW/MobileCarrierJP/ThirdForce/CIDR.pm

    r2754 r2783  
    99sub scrape { 
    1010    scraper { 
    11         process '//td[@bgcolor="#eeeeee"]/font[@size="2" and @class="j10" and @color!="#ff0000"]', 'cidr[]', ['TEXT', sub { 
     11        process '//td[@bgcolor="#eeeeee"]/font[@size="2" and @class="j10"]', 'cidr[]', ['TEXT', sub { 
    1212                        m{^([0-9.]+)(/[0-9]+)}; 
    1313                        +{ ip => $1, subnetmask => $2 };