http://qs321.pair.com?node_id=351732


in reply to Problems sending email from Flash to Perl

My best guess (can't look at the flash, not having the program): Flash sends the requesta as a GET, while your test form uses POST.

As matija noted, you're using a hand-crafted, scary-looking parser for your CGI parameters. Guess what? It only works if the data is sent with POST.

Follow matija advice: use CGI;.

-- 
        dakkar - Mobilis in mobile

Most of my code is tested...

Perl is strongly typed, it just has very few types (Dan)