Lines Matching refs:line
29 # contents of the first non-commented/non-blank line of args
31 # the FIRST non-commented/non-blank line is used (everything
108 while(my $line=<FH>) {
109 chomp $line;
110 $port = $line;
159 while(my $line=<FH>)
161 #$line =~ s/\R//g;
162 chomp $line;
163 next if ($line =~ /^\s*$/); #discard blank lines
164 next if ($line =~ /^\s*#/); #discard comment lines
165 $line =~ s/#.*$//g;
166 $options = $line;
298 while(my $line=<FH>) {
299 chomp $line;
300 $port = $line;