Help for this page

Select Code to Download


  1. or download this
    use strict; #Always
    use Dumpvalue;
    ...
          'Age' => 21
          'firstname' => 'Ima'
          'lastname' => 'Geek'
    
  2. or download this
    $example[1]->{firstname};
    
  3. or download this
    my @first_elm_keys = keys %{$example[0]};