Help for this page

Select Code to Download


  1. or download this
    get '/get_aux/:aux' => sub {
            my $aux = params->{aux};
    ...
        $auxs->{$aux}{state} = $state;
        return $state;
    }
    
  2. or download this
        $(function(){
            var state = aux_state('aux1');
    ...
                return state;
            });
        }