Help for this page

Select Code to Download


  1. or download this
    %foo->{bar}
    
  2. or download this
    (\%foo)->{bar}
    
  3. or download this
    scalar(%foo)->{bar}
    
  4. or download this
    %{$WAI->getMem()}->{'MemTotal'}
    
  5. or download this
    \%{$WAI->getMem()}->{'MemTotal'}
    
  6. or download this
    $WAI->getMem()->{'MemTotal'}