while() { chomp; my $string = "hello" .$_; print $string; }