Help for this page

Select Code to Download


  1. or download this
    foo( \%hash );   # hashref created "on the fly" by taking ref of hash
    foo( $hashref );  # use hash reference stored in a scalar