Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. perlnewbie05

    Arrays in the sendmail portion of script

    That worked perfectly, thank you so much for your help :)
  2. perlnewbie05

    Arrays in the sendmail portion of script

    What would be the subroutine for param()? Thanks
  3. perlnewbie05

    Arrays in the sendmail portion of script

    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...
  4. perlnewbie05

    Arrays in the sendmail portion of script

    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...
  5. perlnewbie05

    Arrays in the sendmail portion of script

    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"...

Part and Inventory Search

Back
Top