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 naveed010

  1. naveed010

    Passing paramaters via browser.

    Thanks guys... Am I just being sloppy/lazy by doing this: use CGI qw(:param); my $q = new CGI; my $val1=param('value1in'); my $val2=param('value2in'); ...etc
  2. naveed010

    Passing paramaters via browser.

    Hi there, fairly new at perl. Trying to call a perl script with paramaters being passed in. I want to pass two values into a perl script from the browser. The reading I have done has told me to use a form with a submit buttong, however, I don't want to use a "submit" button. I want to use...

Part and Inventory Search

Back
Top