Help for this page

Select Code to Download


  1. or download this
    perl -n -e 'while(m/\b(DE\d{6})/g){print "$1\n";}' mypage.html
    
  2. or download this
    perl -n -e 'print "$1\n" while(/\b(DE\d{6})/g)' mypage.html