RE: Perl CGI: accessing a element value from the current form

2009-06-01 Thread David Christensen
Ravi Malghan wrote: > Hi: I have web page built using perl cgi. Generated page has the > following element > admin > > Within the perl script is there a way to access the value of the > element userName and assign it to a variable? Something along the > lines > $currentUser = ; If I understand y

Re: Perl CGI: accessing a element value from the current form

2009-06-01 Thread Jim Gibson
On 6/1/09 Mon Jun 1, 2009 1:40 PM, "Ravi Malghan" scribbled: > > Hi: I have web page built using perl cgi. Generated page has the following > element > > admin > > Within the perl script is there a way to access the value of the element > userName and assign it to a variable? > Something a