in reply to Best practices for local libraries
This is the way i do/did it: ~/lib for my libs and ~/bin for my executables. /usr/local/lib and /usr/local/bin for the stuff to share with other users - sometimes. Different namespaces like Company::Project or KGB::Gorgeous. Extensive usage of perlbrew. Using a versioning system may simplify things. 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
|
|---|