Help for this page

Select Code to Download


  1. or download this
    
    my $data = join('',<DATA>);
    ...
    
    my @matches = $data =~ /($function_header $balenced_brackets)/gx;
    print join("\n\n",@matches);