Help for this page

Select Code to Download


  1. or download this
        my %hash;
        # initialize all elements to 1
    ...
    
        # assign empty string defaults
        $_ = "" for grep ! defined, ( $foo, $bar, $baz );