Help for this page

Select Code to Download


  1. or download this
    $constant = '$$';
    $line_count =0;
    while (<FILE>){
      $line_count++ unless index ($_, $constant);
    }