Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^3: help with "symbol lookup error" message

by Anonymous Monk
on Feb 02, 2023 at 11:23 UTC ( [id://11150087]=note: print w/replies, xml ) Need Help??


in reply to Re^2: help with "symbol lookup error" message
in thread help with "symbol lookup error" message

#!/usr/bin/perl use strict; use warnings; BEGIN { unshift @INC, sub { warn "Loading $_[1]\n"; push @ARGV, $_[1] } } use File::Copy; print "$^V\n"; print "$_\n" for sort {lc $a cmp lc $b} @ARGV; __END__ v5.18.2 Config.pm Exporter.pm File/Copy.pm File/Spec.pm File/Spec/Unix.pm List/Util.pm overload.pm overloading.pm Scalar/Util.pm vars.pm warnings/register.pm XSLoader.pm > constant.pm > DynaLoader.pm v5.20.3 Config.pm constant.pm DynaLoader.pm Exporter.pm File/Copy.pm File/Spec.pm File/Spec/Unix.pm List/Util.pm overload.pm overloading.pm Scalar/Util.pm vars.pm warnings/register.pm XSLoader.pm < DynaLoader.pm > Cwd.pm v5.26.2 Config.pm constant.pm Cwd.pm Exporter.pm File/Copy.pm File/Spec.pm File/Spec/Unix.pm List/Util.pm overload.pm overloading.pm Scalar/Util.pm vars.pm warnings/register.pm XSLoader.pm < vars.pm > Exporter/Heavy.pm > Time/HiRes.pm v5.28.0 Config.pm constant.pm Cwd.pm Exporter.pm Exporter/Heavy.pm File/Copy.pm File/Spec.pm File/Spec/Unix.pm List/Util.pm overload.pm overloading.pm Scalar/Util.pm Time/HiRes.pm warnings/register.pm XSLoader.pm < List/Util.pm < Scalar/Util.pm > builtin.pm v5.36.0 builtin.pm Config.pm constant.pm Cwd.pm Exporter.pm Exporter/Heavy.pm File/Copy.pm File/Spec.pm File/Spec/Unix.pm overload.pm overloading.pm Time/HiRes.pm warnings/register.pm XSLoader.pm

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://11150087]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (2)
As of 2024-04-26 02:30 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found