Help for this page

Select Code to Download


  1. or download this
       
        'b' => exists($tests{'b'}) && defined($m=$tests{'b'}) ? $m : 0,
        'a' => exists($tests{'b'}) && defined($m=$tests{'a'}) ? $m : 0,
                            ^^^^^
    
  2. or download this
    use strict;
    use warnings;
    ...
      );
    
    pp \%hash;
    
  3. or download this
    { a => 10, b => 10 }
    { a => 10, b => 20 }
    { a => 10, b => 20 }