Help for this page

Select Code to Download


  1. or download this
    
    $gui = Gui->new ;
    ...
    #forks a client process
    system("perl client.pl");
    
  2. 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
    }
    
  3. or download this
    
    $cl = ClinetModule->new();
    $cl->startClient()
    
  4. or download this
    
    sub new {
    ...
    
        }
    }