Lines Matching refs:line
160 my $line;
166 while ($line = <CONFIG_FILE>)
168 chomp $line;
169 if ($line =~ m/^O QueueDirectory=(.*)/)
182 if ($line =~ m/^Q.*/)
549 my $line;
557 while ($line = <CONTROL_FILE>)
559 $line_type = substr($line, 0, 1);
563 $line_value = $line;
567 $line_value = substr($line, 1);
600 my $line = shift;
607 $first_char = substr($line, 0, 1);
610 $line = (split(/\?/, $line,3))[2];
617 $headers->{$last_header}[-1] . $line;
622 $line;
626 ($header_name, $header_value) = split(/:/, $line, 2);