sijaanh has asked for the wisdom of the Perl Monks concerning the following question:
I'm trying to run a perl script from a machine which has perl v5.16.3.
I'm getting the following errors:
panic: attempt to copy freed scalar 1915c08 to 19c24f0 at /perl/perl_f +or_sij/JSON/backportPP.pm line 10. Compilation failed in require at (eval 35) line 2. at /tools/siji_general.pm line 809. Compilation failed in require at /tools/siji_general.pm line 809. BEGIN failed--compilation aborted at /tools/siji_general.pm line 809. Compilation failed in require at /tmp/mv.pl line 44.
Line 10 of backportPP.pm is the following: use 5.005;
Line 809 of siji_general.pm is the following: use JSON;
I have no idea what is the issue here, can anyone explain how can I overcome this?
Thanks
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: use 5.005 with perl v5.16.3
by hippo (Archbishop) on Aug 04, 2021 at 08:30 UTC | |
by sijaanh (Initiate) on Aug 08, 2021 at 08:37 UTC | |
by haukex (Archbishop) on Aug 08, 2021 at 08:49 UTC | |
by sijaanh (Initiate) on Aug 08, 2021 at 09:25 UTC | |
by hippo (Archbishop) on Aug 08, 2021 at 09:28 UTC | |
| |
Re: use 5.005 with perl v5.16.3
by kcott (Archbishop) on Aug 04, 2021 at 21:19 UTC | |
Re: use 5.005 with perl v5.16.3
by Anonymous Monk on Aug 05, 2021 at 09:41 UTC | |
by AnomalousMonk (Archbishop) on Aug 05, 2021 at 18:39 UTC | |
by Anonymous Monk on Aug 05, 2021 at 19:28 UTC | |
by AnomalousMonk (Archbishop) on Aug 05, 2021 at 19:58 UTC | |
by Anonymous Monk on Aug 06, 2021 at 02:13 UTC | |
A reply falls below the community's threshold of quality. You may see it by logging in. |