Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
    if(exists($foo{qux})) {
        print "\$foo{qux} popped into existence\n";
    }