Hi,
I'm trying to retrieve arrays through my sendmail portion of the script...
For example, note the following script:
#!/usr/bin/perl -w
use CGI qw(:standard);
use CGI::Carp qw(warningsToBrowser fatalsToBrowser);
my @decorations = param('Decorations');
print "Content-type: text/html\n\n"...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.