Help for this page

Select Code to Download


  1. 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.
    
  2. or download this
    # use APP package's AUTOLOAD for all packages that don't have their ow
    +n
    *UNIVERSAL::AUTOLOAD = \&APP::AUTOLOAD;