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

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/*'