Jeff,
Thanks so much for your input.
>>If my suspicion is correct and you were referencing a tutorial or some documentation, maybe you could provide the link to it for us.
You are perfectly right. I was testing my Perl environment setup and I had a problem. I googled the internet and found a similar problem and copied the code from there:
http://aspn.activestate.com/ASPN/Mai...32-web/3364053
Please note that my problem is very similar to the above one. Also please note that I am able to get CORRECT results in the first page reload after I modify the program by adding a blank and saved it. Correct results look like the following:
----
ALL_HTTP = HTTP_ACCEPT:*/* HTTP_ACCEPT_LANGUAGE:en-us HTTP_CONNECTION:Keep-Alive HTTP_HOST:localhost HTTP_USER_AGENT:Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; .NET CLR 1.1.4322) HTTP_COOKIE:fontSize=90; mybbuser=7_vTDZG4QIecDu3eINK5dAjxTSvXgMMWeclCJgN2u 1l7FrR88YHv; FSRCookie=ForeseeLoyalty=31||ForeseeSurveyShown=tr ue; CFID=101; CFTOKEN=36111908; wp-settings-time-1=1251813047; ASPSESSIONIDCQQRSQSD=JAIHBIHBAOKGBPJLPJFHFIAH; JSESSIONID=8230670881255357669109; ASPSESSIONIDCQSSRQTD=NGCBFDKBCKEHCCKHBJCHIAAK HTTP_UA_CPU:x86 HTTP_ACCEPT_ENCODING:gzip, deflate
ALL_RAW = Accept: */* Accept-Language: en-us Connection: Keep-Alive Host: localhost User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; MS-RTC LM 8; .NET CLR 1.1.4322) Cookie: fontSize=90; mybbuser=7_vTDZG4QIecDu3eINK5dAjxTSvXgMMWeclCJgN2u 1l7FrR88YHv; FSRCookie=ForeseeLoyalty=31||ForeseeSurveyShown=tr ue; CFID=101; CFTOKEN=36111908; wp-settings-time-1=1251813047; ASPSESSIONIDCQQRSQSD=JAIHBIHBAOKGBPJLPJFHFIAH; JSESSIONID=8230670881255357669109; ASPSESSIONIDCQSSRQTD=NGCBFDKBCKEHCCKHBJCHIAAK UA-CPU: x86 Accept-Encoding: gzip, deflate
APPL_MD_PATH = /LM/W3SVC/1/Root
APPL_PHYSICAL_PATH = C:\Websites\NMAH-MainBranch\
AUTH_PASSWORD =
AUTH_TYPE =
AUTH_USER =
CERT_COOKIE =
CERT_FLAGS =
CERT_ISSUER =
....
---------------------
However, the error in my original post happens in every later page reload. As I said, I am new to perl and so I copied the example in the above link for testing. To get things simpler. I also used the following example for tests with activeperl 5.6, 5.8, 5.10 and got the error PATTERN:
Quote:
<%@ Language=PerlScript %>
<html>
<head></head>
<body>
Hello World!
</body>
</html>
I am able to see Hello World! in the first page reload after modification. After that, each page reload has NO error message but the page is BLANK.
I dont know what I did is missing. Why am I able to see the correct results in the first page reload? This perl thing really confuses me.
Cheers!