in reply to Re: use 5.005 with perl v5.16.3
in thread use 5.005 with perl v5.16.3
Okay I found when it happens" In /siji_general.pm this give the compilation error above:
use lib "//perl/perl_for_siji"; use JSON;
But this does not:
use JSON; use lib "//perl/perl_for_siji";
What might be the issue and how can I solve it without changing the code at all. Thanks
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: use 5.005 with perl v5.16.3
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 | |
by sijaanh (Initiate) on Aug 08, 2021 at 09:40 UTC | |
by haukex (Archbishop) on Aug 08, 2021 at 09:56 UTC | |
|