in reply to Re^5: Cookie and Session
in thread Cookie and Session
Content-Type: text/html; charset=UTF-8 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US" xml:lang="en-U +S"> <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <b>861183026.613647 Fri Nov 4 05:18:53 2011</b><table border="1" wi +dth="%100"><tr><td><ul></ul></td><td><div style="white-space: pre-wra +p; overflow: scroll;">$VAR1 = bless( { ".parameters" => [], "use_tempfile" => 1, ".etab" => 1, ".charset" => "UTF-8", ".elid" => 1, ".fieldnames" => {}, ".cookies" => undef, "param" => {}, "escape" => 1, ".header_printed" => 1 }, 'CGI' ); </div></td></tr><tr><td>CGI::Cookie->fetch</td><td><div style="whit +e-space: pre-wrap; overflow: scroll;">$VAR1 = {}; </div></td></tr></table><h1>And now %ENV</h1><ul> <li><strong>USERPROFILE</strong></li> <ul> <li>C:\Documents and Settings\Default User</li> </ul> <li><strong>PSMODULEPATH</strong></li> <ul> <li>C:\WINDOWS\system32\WindowsPowerShell\v1.0\Modules\</li> ... Output Truncated Here... ... <li><strong>TMP</strong></li> <ul> <li>C:\WINDOWS\TEMP</li> </ul> </ul> </body> </html>
Is working with Cookies/CGI in Perl that much difficult a task?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^7: Cookie and Session
by aaron_baugher (Curate) on Nov 04, 2011 at 14:53 UTC | |
Re^7: Cookie and Session
by Anonymous Monk on Nov 04, 2011 at 06:39 UTC |