Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: is there something wrong with this code?

by perigeeV (Hermit)
on May 19, 2002 at 11:34 UTC ( [id://167636]=note: print w/replies, xml ) Need Help??


in reply to is there something wrong with this code?

<!--exec cgi="/cgi-bin/hitlogger.cgi"-->

You're missing the hash before exec: <!--<bold>#</bold>exec...
When you use the exec SSI, script output is not included into the document. I assume that's what you intend with print "HELLO\n";. For that you need to use

<!--#include virtual="/cgi-bin/hitlogger.cgi"-->

Here's the docs.

There are plenty of log analysis tools out there, though.


Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://167636]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (6)
As of 2024-04-19 11:16 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found