Perl / Flash email fowarding form HELP!

Hi,

Could anyone give me some help looking for a perl script to forward variables sent from a flash form. I have always previously used simple php to forward tx inputed into the form, however my new hosting company does not support php, only perl.

Thanks!

Here is the actions script that is placed on my submit button that refers to the movie clip ‘form’ that holds my input text fields.

on (press) {
form.loadVariables(“email.php”, “POST”);

}