in reply to Re: Learning to *really* love referencesin thread Learning to *really* love references
$this = { _hashRef => {}, _arrayRef => [], }; [download]
$x = ${$this->{'_hashRef'}}->{'blowMeDown'} @x = reverse @{$this->{'_arrayRef'}}; [download]