if($foo) { print $bar; } #### my %hash = ( one => 1 , two => 2 , three => 3 ); #### my %hash = ( one => 1, two => 2, three => 3 );