Help for this page

Select Code to Download


  1. or download this
    sub xfer_ssh {
        my ($xferSessionInfo, @other_args) = (@_);
    ...
    &xfer_ssh(\%xferSessionInfo, @other_args);
    
    print $xferSessionInfo{foo};   # prints "bar"