Home | History | Annotate | Download | only in Scripts

Lines Matching refs:firstLine

461     my $firstLine  = <$fileHandle>;
464 return unless defined($firstLine);
467 if ($firstLine =~ /\r\n/) {
469 } elsif ($firstLine =~ /\r/) {
471 } elsif ($firstLine =~ /\n/) {