Help for this page

Select Code to Download


  1. or download this
     use WWW::Pusher;
    
    ...
    
        my $response  = $pusher->trigger(event => 'my_event', data => 'Tes
    +t message');
        my $sock_auth = $pusher->socket_auth('socket_auth_key');