Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: @INC order not followed

by ikegami (Patriarch)
on Oct 19, 2022 at 19:17 UTC ( [id://11147522]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
      DB<1> x $INC{"CSV.pm"}
    0  '/var/www/cgi-bin/project/CSV.pm'
    ...
    0  '/home/ikegami/usr/perlbrew/perls/5.36.0t/lib/site_perl/5.36.0/Text
    +/CSV.pm'
      DB<3> x $INC{"Text/CSV_XS.pm"}
    0  '/home/ikegami/usr/perlbrew/perls/5.36.0t/lib/site_perl/5.36.0/x86_
    +64-linux-thread-multi/Text/CSV_XS.pm'
    
  2. or download this
      DB<4> x grep /^_<.*CSV/, keys %::
    0  '_<(eval 11)[/home/ikegami/usr/perlbrew/perls/5.36.0t/lib/site_perl
    +/5.36.0/Text/CSV.pm:136]'
    1  '_</home/ikegami/usr/perlbrew/perls/5.36.0t/lib/site_perl/5.36.0/x8
    +6_64-linux-thread-multi/Text/CSV_XS.pm'
    2  '_</home/ikegami/usr/perlbrew/perls/5.36.0t/lib/site_perl/5.36.0/Te
    +xt/CSV.pm'
    3  '_</var/www/cgi-bin/project/CSV.pm'
    
  3. or download this
    f /var/www/cgi-bin/project/CSV.pm
    
  4. or download this
    f My/CSV
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others making s'mores by the fire in the courtyard of the Monastery: (5)
As of 2024-04-19 23:44 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found