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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by perlprogramming

  1. perlprogramming

    How to pass an array through a form?

    Thanks for your help, but it's still not working right. For some reason I can't get it to pass the values in assignedperson[]. I used the following: use CGI qw/:standard/; my @array = param('assignedperson'); foreach (@array) { print $_; } Unfortunately there aren't any values passed...
  2. perlprogramming

    How to pass an array through a form?

    I am setting up a database utility where specific engineers are assigned to various projects. Projects will be added from time to time, so it can't be hard-coded. See the code below. It simply creates a list of project names, each with its own drop-down menu with a list of engineers, allowing...

Part and Inventory Search

Back
Top