Lines Matching refs:line
264 my $line;
265 while ($line = <INIFILE>)
267 chomp($line);
268 if ( $line =~ /^$sKey=(.*)$/ )
289 my $line;
290 while ($line = <GHOSTSCRIPT>)
292 chomp($line);
293 print "- $line\n" if ($verbose);
365 my $line;
366 while ($line = <IMAGEMAGICK>)
368 chomp($line);
369 print "- $line\n" if ($verbose);
463 my $line;
464 while ($line = <JAVA>)
466 chomp($line);
467 print "- $line\n" if ($verbose);
468 if ( $line =~ /java version "(.*)"/ )