Help for this page

Select Code to Download


  1. or download this
    unless ( ref ($somehash{"$foo$bar"} eq 'ARRAY' ) {
        $somehash{"$foo$bar"} = [];
    }
    ...