- or download this
$gui = Gui->new ;
...
#forks a client process
system("perl client.pl");
- or download this
sub new {
my $class = shift;
...
# dumps the data sent to the gui after every 10ms in a file #which sto
+res it in a hash structure where hash keys are #timestamps
}
- or download this
$cl = ClinetModule->new();
$cl->startClient()
- or download this
sub new {
...
}
}