in reply to Re^2: reading from file.in thread reading from file.
chomp ... foreach line as line ...
Well, something like that.
--Chris
#!/usr/bin/perl -Tw use Perl::Always or die; my $perl_version = (5.12.5); print $perl_version;