Newbie - #include virtual in my .SHTML file just displays the contents of the CGI

2001-12-31 Thread Dale W
If I run the script from my browser, it works great. When I call the CGI file from my SHTML file, it just dumps all of the text from the CGI file into the brower. Here is a simple example: -MY.SHTML -MY.CGI #!/usr/bin/perl print "content-type:text/html\n\n"; print "This is BOLD"; pr

Re: Newbie - #include virtual in my .SHTML file just displays the contents of the CGI

2001-12-31 Thread Andrea Holstein
Dale W wrote: > > If I run the script from my browser, it works great. When I call the CGI > file from my SHTML file, it just dumps all of the text from the CGI file > into the brower. Here is a simple example: > > -MY.SHTML > I don't know something about "virtual" scripts. However, >

Re: Newbie - #include virtual in my .SHTML file just displays the contents of the CGI

2002-01-03 Thread Roger Peters
CTED]> Sent: Monday, December 31, 2001 3:07 AM Subject: Re: Newbie - #include virtual in my .SHTML file just displays the contents of the CGI > Dale W wrote: > > > > If I run the script from my browser, it works great. When I call the CGI > > file from my SHTML file, it j