Hello,
I read on one web page that Perl always passes its arguments by reference.
But on another web page, it was said that Perl can pass its argument by
value :
Could someone please tell me if the second web page is correct?
Thank you - Akino
I read on one web page that Perl always passes its arguments by reference.
But on another web page, it was said that Perl can pass its argument by
value :
Code:
printHash(%hash);
Thank you - Akino
Comment