Help for this page

Select Code to Download


  1. or download this
    foreach my $lines(@temparray) #where temparray is the above
    {
    ...
    {
       print "$1$2<br>";
    }
    
  2. or download this
    while($string=~/(\w+ )([\w\W\d]+?\};\n)+?/gm)