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 Shaun E 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. TheBulletDodger

    real basic perl question

    thanks for the help. i think that tells me what i needed. cheers.
  2. TheBulletDodger

    real basic perl question

    yeah i understood the initial part where it gets the post from the html form but i dont really understand what it is doing with the posted info after that point? @in=split(/&/,$in); foreach $i(0..$#in){ $in[$i]=~s/\+//g; ($key,$val)=split(/=/,$in[$i],2)...
  3. TheBulletDodger

    real basic perl question

    Hi i am new to perl and have a section of code in a program i have inherited. can any one give the the general idea what it is doing? see the code below. TIA :) program{ local (*in)=@_if @_; local ($i,$loc,$key,$val); if($ENV{'REQUEST_METHOD'} eq "GET"){ $in=$ENV{'QUERY_STRING'}...

Part and Inventory Search

Back
Top