Help for this page
function(); sub function { print $hash{'status'}; }
function( $hash{'status'} ); ... my( $status ) = @_; print $status; }