Help for this page

Select Code to Download


  1. or download this
    make -f <source>.cpp
    
  2. or download this
    `grep *.cc /clearb/pa/wBcn/*. > result.txt`;
    open (result , " result.txt" ) or die "";
    ...
    `make -f "$_\.cpp"`;
    }
    close(result);