in reply to Re^2: Run a custom module outside of the cgi-bin
in thread Run a custom module outside of the cgi-bin

So you don't have the directory the module is in in your @INC paths, only "." (the current directory - which is probably cgi-bin for the cgi)

Add use lib '/path/to/dir/where/the/module/is'; before the line using the vTest module.