Help for this page
while (my $text = <DATA>) { if ($text =~ /['"](.+?)['"]/ ){ ... print "Out of luck \n"; } }