On 12/13/2013 10:09 AM, Shawn H Corey wrote:
On Fri, 13 Dec 2013 10:01:13 -0500
Uri Guttman <u...@stemsystems.com> wrote:

open my $fh, "<", "fullhost.txt" or die $!;
while (<$fh>) {

while( my $line = <$fh> ) {
      chomp;

     chomp $line;

yep!

uri


--
Uri Guttman - The Perl Hunter
The Best Perl Jobs, The Best Perl Hackers
http://PerlHunter.com

--
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to