One may also use the "lib" pseudo module, as such:
use lib "/path/to/my/perl/lib";
The end result is the same, but the code is a bit cleaner.