in reply to Getting response from a form
They'll tell you if you're using unitialized values, which could be the case if you're getting a blank email message.
Start your script with this (substituting your path to perl as appropriate, of course):
#!/usr/local/bin/perl -w use strict;
|
|---|