Somehow it is not printing this partwhile (<INFILE>) { my($line) =$_; chomp($line); if ($line =~ /(address............)/) #13 dots for 13characters { my @values = split(' ', $line); foreach my $val (@values) { print "$val\n"; } } }
In reply to new line every match by starface245
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |