Help for this page

Select Code to Download


  1. or download this
    my $test;
    unless (exists($hash{$test})) {
       $hash{$test} = "dummy";  # Don't care about the value 
    }