Help for this page
if ($x>=2 && $line !~ /^Text/) { $string .= $line; ... $x = 0; goto TT; }
In 'if, line ne text', string is: some text here\n some text here ... $VAR1 = 'some text here.'; etc... $VAR10 = 'some text here.\\n some text here.';