Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
          || die "$!";
       exec("start ccnet.exe") or print "couldn't exec ccnet: $!";
    
  2. or download this
    # Run ResetCCN.pl (exec overlay, - don't wait for new ccnet!)
    sub respawn_CCNet {
    ...
       print "</pre><br>DONE!<hr>";
     }