Help for this page

Select Code to Download


  1. or download this
    @arr = undef;
    
  2. or download this
    undef @arr;
    
  3. or download this
    @arr = (undef);
    
  4. or download this
    $$ref = 11;
    
  5. or download this
    $self->SUPER::STORE($self, @_);