Hi: I have web page built using perl cgi. Generated page has the following element
<div id="userName" style="display: none;" name="userName"> admin </div>
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 = <get value of the the #userName element>;
Thanks
Ravi
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
http://learn.perl.org/
