Help for this page

Select Code to Download


  1. or download this
    package MyScript::Categories;
    sub MainPage { ...main categories page... }
    sub Add { ...add categories page... }
    ..etc..
    
  2. or download this
    my $ms = new MyScript; # this would go up at the top
    
    package MyScript;
    ...
        bless {}, $class;
    }
    # all subs related to reviews go here