in reply to Re^2: Arrow operator usage in perl
in thread Arrow operator usage in perl
The return $hwwns; at the end of your code fragment suggests the code is part of a subroutine. Was a hash reference passed to the subroutine, e.g., do you see something like my ($hwwns) = @_; at the top of the subroutine?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Arrow operator usage in perl
by dvinay (Acolyte) on Nov 09, 2013 at 19:20 UTC | |
by Kenosis (Priest) on Nov 09, 2013 at 19:35 UTC |