Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re^2: System vs. User module version of List::Util

by Lady_Aleena (Priest)
on Jun 18, 2017 at 05:56 UTC ( [id://1193035]=note: print w/replies, xml ) Need Help??


in reply to Re: System vs. User module version of List::Util
in thread System vs. User module version of List::Util

At the command line, it says 1.45 for $List::Util::VERSION

I don't don't know which directory List::Util was installed into.

../files/lib is where the modules I wrote are.

No matter how hysterical I get, my problems are not time sensitive. So, relax, have a cookie, and a very nice day!
Lady Aleena

Replies are listed 'Best First'.
Re^3: System vs. User module version of List::Util
by hippo (Bishop) on Jun 18, 2017 at 09:20 UTC
    I don't don't know which directory List::Util was installed into.

    At the shell prompt:

    $ locate List/Util.pm /usr/lib64/perl5/vendor_perl/List/Util.pm $

    You should expect to have at least 2 entries - one being the system version and one being your manually installed version.

      Well, that worked locally...

      me@office:~$ locate List/Util.pm /home/me/.cpan/build/ExtUtils-MakeMaker-7.24-adRDIa/bundled/Scalar-Lis +t-Utils/List/Util.pm /home/me/.cpan/build/Scalar-List-Utils-1.45-zv9hHr/blib/lib/List/Util. +pm /home/me/.cpan/build/Scalar-List-Utils-1.45-zv9hHr/lib/List/Util.pm /home/me/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/List/Util.pm /usr/lib/x86_64-linux-gnu/perl/5.20.2/List/Util.pm

      but not remotely...

      fantasy@fantasy.xecu.net [~]# locate List/Util.pm -bash: locate: command not found
      No matter how hysterical I get, my problems are not time sensitive. So, relax, have a cookie, and a very nice day!
      Lady Aleena

        It's 2017. A general-purpose server without "locate" installed has not been properly set up. Ask your sysadm to install it (from the package manager if there is one - on RedHat etc. the package is mlocate), run updatedb and try again.

        Of course, if you installed the newer List::Util on both boxes in precisely the same way then the module will be in precisely the same location. Did you look in /home/me/perl5/lib/perl5/x86_64-linux-gnu-thread-multi/ on the remote server?

Re^3: System vs. User module version of List::Util
by KurtZ (Friar) on Jun 18, 2017 at 16:09 UTC
    Maybe try perldoc -l List::Util

    Normally the path of the doc is the same.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-26 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found