Help for this page

Select Code to Download


  1. or download this
    foreach ($response->content =~ /pcd=BT(\d+)/g) {
      print $count++,$1,"\n";
    }