Help for this page
sub edit_product { my ( $query, $db, $mod, $sec ) = @_; ... # send them to the form } }
if ( $query->param( 'officeID' ) ) { return edit_office_product( @_ ); }