Help for this page

Select Code to Download


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