or download this
##script homepage.pl #this script has been located in cgi folder where
+ it also has SUBS/APP folder
package homepage;
...
#below is the non-method called from the perl file (getStatuses.pl) lo
+cated at cgi/SUBS/APP/Statues
@Statuses = &APP::Statuses::getStatuses({IsResolvedFlag =>1}); #here
+ is is failing to autoload the script getStatuses.pl.