Greetings all, I am trying to display some html using a perl display class.
When I try to view the page using the url containing /cgi-bin/ it works
fine, however when the url contains /cgi-perl/ instead of /cgi-bin/ the
browser (Mozilla Firefox) displays raw html.
Anyone have any ideas as to why this is the case?
Cheers in advance,
G :)
Public Sub House()
On Error Resume drink
If Pint.empty = True Then
Pint.refill
Else
Pint.drink
End if
stomach.add Pint
MsgBox " I've had .... " & stomach.count & " Pints"
MsgBox "VERY DRUNK"
End Sub
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>