Help for this page

Select Code to Download


  1. or download this
    use Regexp::Common;
    my $func_rx = qr{
    ...
      print "func = $1\n";
      print "param list = $2\n";
    }
    
  2. or download this
    $code =~ s/$RE{comment}{'C++'}//g;