Help for this page

Select Code to Download


  1. or download this
    $VAR1 = {
              'quux' => 'perl',
              'foo' => 'bar'
            };
    $VAR1 = 2;
    
  2. or download this
    sub client_input {
      my ($input, $wheel_id) = @_[ARG0, ARG1];
    ...
      
      $_[HEAP]->{clients}->{ $wheel_id }->put( $input );
    }