Help for this page

Select Code to Download


  1. or download this
    WriteMakefile(
       'NAME'      => 'myclass',
    ...
       'XS'        => {'myclass.xs' => 'myclass.cc'},
    );
    
  2. or download this
       'clean'     =>  {FILES => "*.cc"}