Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re^4: Can't locate AMOS/AmosLib.pm in @INC

by Jeri (Scribe)
on May 18, 2012 at 17:19 UTC ( [id://971343]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Can't locate AMOS/AmosLib.pm in @INC
in thread Can't locate AMOS/AmosLib.pm in @INC

jdilts@jdilts-VirtualBox:~$ perl datadumper.pl $VAR1 = [ '/usr/local/bin/amos-3.1.0-rc1/lib', '/usr/local/bin/amos-3.1.0-rc1/lib/AMOS', '/usr/local/bin/amos-3.1.0-rc1/src/PerlModules', '/home/jdilts/perl5/lib/perl5/i686-linux-gnu-thread-multi-64 +int', '/home/jdilts/perl5/lib/perl5/i686-linux-gnu-thread-multi-64 +int', '/home/jdilts/perl5/lib/perl5', '/etc/perl', '/usr/local/lib/perl/5.14.2', '/usr/local/share/perl/5.14.2', '/usr/lib/perl5', '/usr/share/perl5', '/usr/lib/perl/5.14', '/usr/share/perl/5.14', '/usr/local/lib/site_perl', '.' ]; /usr/local/bin/amos-3.1.-rc1/lib

Replies are listed 'Best First'.
Re^5: Can't locate AMOS/AmosLib.pm in @INC
by toolic (Bishop) on May 18, 2012 at 17:25 UTC
    I meant to post this code, with the * at the end of glob, to list all contents of your lib dir (don't forget readmore tags):
    #!/usr/bin/env perl use Data::Dumper; print Dumper(\@INC); print "$_\n" for glob '/usr/local/bin/amos-3.1.0-rc1/lib/*'

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-24 22:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found