Help for this page

Select Code to Download


  1. or download this
    int
    foo(int bar, char ** baz)
    { 
      ...
    }
    
  2. or download this
    (\w+)\s*$RE{balanced}{-parens=>'()'}[^{]*$RE{balanced}{-parens=>'{}'}
    
  3. or download this
    my $c = new C::Scan 'filename' => $filename;
    my $arrayref = $c->fdecls;