- or download this
<clacks>
<appname>Clacks Server</appname>
...
<step>5</step>
</throttle>
</clacks>
- or download this
#!/usr/bin/env perl
#---AUTOPRAGMASTART---
use v5.36;
...
my $worker = Net::Clacks::Server->new($isDebugging, $configfile);
$worker->run;
- 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
- or download this
#!/usr/bin/env perl
#---AUTOPRAGMASTART---
use v5.36;
...
}
$debug->disconnect();
exit(0);
- or download this
#!/usr/bin/env perl
#---AUTOPRAGMASTART---
use v5.36;
...
$clacks->doNetwork();
return;
}
- or download this
#!/usr/bin/env perl
#---AUTOPRAGMASTART---
use v5.36;
...
$clacks->doNetwork();
return;
}
- or download this
#!/usr/bin/env perl
#---AUTOPRAGMASTART---
use v5.36;
...
}
$clacks->disconnect();
- or download this
#!/usr/bin/env perl
#---AUTOPRAGMASTART---
use v5.36;
...
$clacks->doNetwork(); # Sync with server
$clacks->disconnect();