Link to home
Start Free TrialLog in
Avatar of jbrugman
jbrugman

asked on

CGI-Counter

Can anyone help me with an example of a counter, to be placed in the cgi-bin? It has to run on a unix box, i self run NT.
ASKER CERTIFIED SOLUTION
Avatar of zhongbing
zhongbing

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of jbrugman
jbrugman

ASKER

How does it work? Do i need Perl? How do i call it? Please explain, cince i am new to this.
Greetings,
Justus
you are right , it's a perl cgi, to use it , for example you use unix box and netscape webserver. you should:
1. should install perl, and make a cgi dirctory in the web server setting, say "cgi"
2. in your html file, put a href:
   <a href="cgi/perlname.pl" > </a>
3. put the perl file to the cgi directory.