Help for this page

Select Code to Download


  1. or download this
        ...
        print "count is: ${$_[2]} , reference is: $_[2] \n";
    ...
        ${$_[2]} = 0;
        @{$_[1]} = ();
        ...