Help for this page

Select Code to Download


  1. or download this
    my @links = ...('//div[@id="CID60"]/ol/li/a', all => 1);
    my @href = map { $_->{href} } @links;