Help for this page

Select Code to Download


  1. or download this
      next if(/^#/g);
      next if(/^\n/g);
    
  2. or download this
    while(<IFH>) {
      s/#.*//;
    ...
      next if !length();
      $line .= $_;
    }