Hi,
I am quite new to perl development and have a question very stupid
question. I hope that someone can help me.
Does perl support in/out parameter subroutine? Like in C/C++, we have
a function callee:
a(&b); // variable b value will be change in function a.