open(IN, "d:\\temp.txt") || die "Cannot open file"; while () { if ($_ =~ m#url Title: (.*?) invalid#gsi) { push(@arr, $1); } } $"="\n"; print "@arr";