| Passing a hash reference to a subroutine (Perl) |
|
|
| Perl |
|
A. This can be achieved by preceeding the hash with a slash when passing:
#assume you have a hash
|
| Last Updated on Tuesday, 23 August 2011 21:26 |
Add your comment
yvComment v.1.24.0


Q. How do I pass a hash reference to a subroutine in Perl?