in reply to Re: Passing a hash plus some strings to a subroutine
in thread Passing a hash plus some strings to a subroutine
Always unpack @_ first...my %arg = @_;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Passing a hash plus some strings to a subroutine
by hippo (Archbishop) on Jan 10, 2026 at 13:21 UTC | |
by Anonymous Monk on Jan 11, 2026 at 01:10 UTC |