in reply to Conditional 'use lib'

This should work, but I've no experience myself with the if module.
use if hostname eq 'foo1.bar.org', lib => '/alternate/libdir'; use if hostname ne 'foo1.bar.org', lib => '/default/libdir';

Abigail