http://qs321.pair.com?node_id=11120993


in reply to Re^2: Instance of 'use lib' won't accept relative path
in thread Instance of 'use lib' won't accept relative path

BTW, probably you should rethink your layout. A lib shouldn’t be under $HOME/bin/. A better place might be $HOME/lib/. Like /usr/local/bin and /usr/local/lib/. Alternatively you could put the whole stuff under /opt. See also. Best regards, Karl

«The Crux of the Biscuit is the Apostrophe»

perl -MCrypt::CBC -E 'say Crypt::CBC->new(-key=>'kgb',-cipher=>"Blowfish")->decrypt_hex($ENV{KARL});'Help