Help for this page

Select Code to Download


  1. or download this
     if ($x>=2 && $line !~ /^Text/) {
        $string .= $line;
    ...
        $x = 0;
        goto TT;
        }
    
  2. or download this
    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.';