Help for this page

Select Code to Download


  1. or download this
    if (defined $foo{'bar'} and $foo{'bar'} eq 'baz'){
    
    }
    
  2. or download this
    if (exists $foo{'bar'} and $foo{'bar'} eq 'baz'){
    
    }