Quick Question. I'm trying to get my first CGI::Application perl prog working but I keep getting an error "WidgetView.pm did not return a true value at widgetview.cgi line 4.
BEGIN failed--compilation aborted at widgetview.cgi line 4" or swap with another script name. Line 4 is "use WidgetView;" . I have set the perl path through "lib data;" in widgetview.cgi where "data" is a subdir in my web root directory.
Any help getting past this baby step would be fantastic. Where exactly or how exactly to I properly define the perl lib search path and is that the problem?