Help for this page

Select Code to Download


  1. or download this
    use strict 'refs';
    print ${exists $foo{'bar'}};
    
  2. or download this
    use strict 'refs';
    print ${$foo{'bar'}};
    
  3. or download this
    use strict 'refs';
    print ${exists $foo{'bar'} || \"" };