How do I include a Perl module that\'s in a different directory? It needs to be a relative path from the module that\'s including it.
I\'ve tried
p
'use lib' can also take a single string value...
#!/usr/bin/perl use lib ''; use ;