Help for this page

Select Code to Download


  1. or download this
    use constant {
        OBJECT => 0,
        ARG0 => 1,
        ARG1 => 2,
    };
    
  2. or download this
        my ($self, $body, $wheel_id) = @_[0, 1, 2];