Help for this page

Select Code to Download


  1. or download this
    print
       map { s{0{2,}}{0}; $_ }
       <DATA>;
    
  2. or download this
    s/0{2,}/0/, print while <DATA>;