Help for this page

Select Code to Download


  1. or download this
    <clacks>
        <appname>Clacks Server</appname>
    
    ...
            <step>5</step>
        </throttle>
    </clacks>
    
  2. or download this
    #!/usr/bin/env perl
    #---AUTOPRAGMASTART---
    use v5.36;
    ...
            
    my $worker = Net::Clacks::Server->new($isDebugging, $configfile);
    $worker->run;
    
  3. or download this
    $ perl server.pl server.xml --debug
    Development INC activated
    
    ...
    Sorry, no valid persistance file found. Starting server 'blankety-blan
    +k'
    Ready.
    Saving persistance file
    
  4. or download this
    #!/usr/bin/env perl
    #---AUTOPRAGMASTART---
    use v5.36;
    ...
    }
    $debug->disconnect();
    exit(0);
    
  5. or download this
    #!/usr/bin/env perl
    #---AUTOPRAGMASTART---
    use v5.36;
    ...
        $clacks->doNetwork();
        return;
    }
    
  6. or download this
    #!/usr/bin/env perl
    #---AUTOPRAGMASTART---
    use v5.36;
    ...
        $clacks->doNetwork();
        return;
    }
    
  7. or download this
    #!/usr/bin/env perl
    #---AUTOPRAGMASTART---
    use v5.36;
    ...
    }
    
    $clacks->disconnect();
    
  8. or download this
    #!/usr/bin/env perl
    #---AUTOPRAGMASTART---
    use v5.36;
    ...
    $clacks->doNetwork(); # Sync with server
    
    $clacks->disconnect();