Changeset 1691 for cpc/trunk/project/batch/commission/parse_presents.pl
- Timestamp:
- Oct 6, 2010, 11:01:45 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cpc/trunk/project/batch/commission/parse_presents.pl
r1236 r1691 86 86 if ($line =~ /<a name=["']([^"']+)["']/) { 87 87 $source = $url."#$1"; 88 }elsif($line =~ /<a[^>]+>([^<]+)</) {88 }elsif($line =~/class="menu"/ && $line =~ /<a[^>]+>([^<]+)</) { 89 89 $test = $1; 90 90 if (!$commission && $test =~ /Commission|mission/) {
Note: See TracChangeset
for help on using the changeset viewer.