Help for this page

Select Code to Download


  1. or download this
    $this = {
       _hashRef => {},
       _arrayRef => [],
    };
    
  2. or download this
    $x = ${$this->{'_hashRef'}}->{'blowMeDown'} 
    @x = reverse @{$this->{'_arrayRef'}};