in reply to Re: passing hash elements as parameters
in thread passing hash elements as parameters
Am I understanding this correctly?# get the reference to the array [args] my $ref = shift; # 1st element in array = reference to %formdata # 2nd element in array = scalar $filelocation my $hashref = $ref->[0]; my $fileloc = $ref->[1];
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: passing hash elements as parameters
by hiseldl (Priest) on Oct 09, 2002 at 20:32 UTC | |
|
Re: Re: Re: passing hash elements as parameters
by robartes (Priest) on Oct 09, 2002 at 20:37 UTC |