I have a form where a person has one of two options: pay using member account or pay online.
In my script, if a person chooses to pay online, it goes to a subroutine and does what it needs to do.
But, if a person chooses to pay using a member account, I want the script to send an email to the club and to the person who submitted the form. I want to use the formmail.pl script to process these emails.
Is it possible for me to redirect my script to another Perl script? If so, how?
Thanks in advance.