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 TouchToneTommy 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. chasheath

    Convert cgi->param() ?

    I seem to have solved it, with $cgi->Vars() instead of $cgi->params(). Is there any coherent documentation for all the various modules available for Perl? If there is, maybe I'll convert! Thanks much ...
  2. chasheath

    Convert cgi->param() ?

    I need to pass cgi->param() to a function that requires declarations like : [ foo => "bar", foo2 => "bar2" ]. The closest I've gotten was with a reference to my @params = $cgi->param(), which was referenced as \@params, but this just gave me the keys, not the values. I tried to make @params...

Part and Inventory Search

Back
Top