Help for this page

Select Code to Download


  1. or download this
    while (<INPUT>) {
      while ( m!clb_new>([^<]+)</a>!g ) {
        print $1;
      }
    }