Help for this page

Select Code to Download


  1. or download this
    %dfs = map {$_ => ()} @pref;
    
  2. or download this
    $VAR1 = {
              'brain' => 'lung',
              'kidney' => undef
            };
    
  3. or download this
    %dfs = map {$_ => []} @pref;
    
  4. or download this
    %dfs = map {$_ => undef} @pref;
    
  5. or download this
    use strict;
    use warnings;
    
  6. or download this
    Odd number of elements in hash assignment at ... line 6.