Help for this page

Select Code to Download


  1. or download this
    if ($file2 =~ /complex\.\d{2}/)
    {
    $pre = $`
    $line = ($pre =~ s/\n/\n/g);
    print "$line";
    }