Hi,
Sorry for the confusion...like I said I'm fairly new at this. And yes, this is "my" script.
I thought that the array is this:
my @Decorations = param('Decorations');
Let me just explain what I'm attempting to do: on the form is a series of checkboxes. For example, the main category is...
Hi,
Thanks for the replies...
Below, is my full script (please note that it's most likely "choppy" but learning this program on your own isn't always the easiest way).
Please note where @Decorations or $decorations is located throughout the script because how it's written now is not working...
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.