in reply to Re: directly modify hash from subroutine
in thread directly modify hash from subroutine

Great, well you know that @_ would hold the arguments passed to a subroutine and you correlated that with array element indexing. Function (subroutines) parameters are passed either directly or by reference, but you have to remember:


Excellence is an Endeavor of Persistence. Chance Favors a Prepared Mind.