Help for this page

Select Code to Download


  1. or download this
     $t->websocket_ok('/echo')
        ->send_ok('hello')
        ->message_ok
        ->message_is('echo: hello')
        ->finish_ok;
    
  2. or download this
    my $value = decode_json($json)
        ->{'foo'}[0]{'bar'};