use lib '/home/rootbeer/experimental';
Be sure to use a nonrelative pathname as the argument, since
there's no telling what will be the current working directory
when your program is run. This is especially important for CGI
programs (that is, programs run by a web server).