Help for this page
use lib '/path/to/module/location'; use ModuleName;
use lib '/path/to/module/location'; if ( param('yo') =~ /inyourface/) { use UpYours; }