Hi All, I m creating the session in the Perl. all the functions are done in a single file. the operations are performed by the command line arguments.
for managing the session i m using the CGI. but when i create a CGI object then all the Input from both POST and GET methods are parsed by it. i m not able to get the varbale values using FORM. My work is the enhancemet work so if i change all the FORM varible to CGI query then its huge task. Is there any way to get the session info from the FORM Variable... This comes first of all the lines in my cgi file. so it parse all the POST and GET methods.. i m not able to the values from FORM varible.. $query = new CGI; $sid = $query->cookie('CGISESSID') || $query->param('CGISESSID') || undef; after the abouve line if ($FORM{'lab'} eq "pager") { plz help me in getting this problem. Is there any way to get session info from the FORM variable.. Thanks, Prakash. -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] http://learn.perl.org/