Help for this page

Select Code to Download


  1. or download this
    foreach $key ( ($x eq 'key_1') ?  keys %my_hash : exists $my_hash($x) 
    +? $x : () ) {
      do a bunch of stuff
    }