Help for this page

Select Code to Download


  1. or download this
    %hash = (  ( 'abc' => 7) if ( ! $i), );
    
  2. or download this
    %hash = ( do{ if ( $i) { abc => 7 } else { } }, );