![]() |
How to access parameters passed to a subroutine in Perl?
Parameters are accessed inside a subroutine using special array @_. Hence, the arguments will start with $_[0], $_[1], $_[2], $_[3] and so on.
|
All times are GMT -7. The time now is 12:59 AM. |
Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.