anjultyagi has asked for the wisdom of the Perl Monks concerning the following question:
Hi exports, I have a Perl script that is working fine in Perl veriosn - v5.10.1, however, getting error in Perl various v5.26.1. Error message is "Can't use a hash as a reference" code snapshot mentioned below:
%rowRetrun->{contractList} = ""; %rowRetrun->{claimList} = (); %rowRetrun->{error} = ();
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Error : Can't use a hash as a reference
by Corion (Patriarch) on Nov 21, 2018 at 12:07 UTC | |
by anjultyagi (Novice) on Nov 21, 2018 at 12:16 UTC | |
by Corion (Patriarch) on Nov 21, 2018 at 12:20 UTC | |
by anjultyagi (Novice) on Nov 21, 2018 at 12:29 UTC |