in reply to Perl script not rendering values
Something like
use Data::Dumper; print MAIL "=== Check Form: \n", Dumper \%FORM, "\n=== end check\n" ;
should do.
Most likely you have a typo somewhere and forgot to switch on strict and warnings to catch them.
Cheers Rolf
(addicted to the Perl Programming Language and ☆☆☆☆ :)
|
|---|