Help for this page

Select Code to Download


  1. or download this
    while ($string =~ s/^--.*\n$//m) {
      print "string = $string\nDeleted $1\ncount=$count\n";
      $count++;
    }