![]() |
|
Think about Loose Coupling | |
PerlMonks |
Re^5: "symbol lookup error" message helpby choroba (Cardinal) |
on Feb 07, 2023 at 19:45 UTC ( #11150219=note: print w/replies, xml ) | Need Help?? |
If there's only one perl installed on each machine, it makes no sense to include its version into the path. Install the modules into the same path on both the machines and you can use the same script. If you insist on having the Perl version included in the path and not having Perl configured to search for modules there, you can use something like
But why?
map{substr$_->[0],$_->[1]||0,1}[\*||{},3],[[]],[ref qr-1,-,-1],[{}],[sub{}^*ARGV,3]
In Section
Seekers of Perl Wisdom
|
|