sub affiliate_create_process { my $app = shift; my ($results, $err_page) = $app->check_rm ('affiliate_create' , 'affiliate_create_form_profile'); if ($err_page) { return $err_page; } else { return "Successful form submission will forward to affiliate detail"; } $results; }