Help for this page

Select Code to Download


  1. or download this
    $self->on(&myapp($tx) => sub { ...
    
  2. or download this
    $self->on('You should never see this.' => sub { ...
    
  3. or download this
    $ws->send("Time is: " . scalar(localtime()));
    ## odd, we never see this output