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)...
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'}...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.