Feedback on: Creating a Page Counter In Perl
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
i didn't get to record using this example.
If i read (ex:my @file_contents = <FILE>;), i don't record.
If i don't read (ex: # my @file_contents = <FILE>;), i get to record. I'm using activeperl for windows 5.3. Will it be that the mode parameter to open,reading and recording is not equal? i've used +>> . Please i would like a answer. thanks. Mario
P.s: i'm running in prompt dos . So, the problem isn't with the webserver and i run at local computer.
Worth:
Worth reading
Length:
Just right
Technical:
Just right
Comments:
You might be interested in my version of an SSI page counter in Perl.
<A HREF="http://vv.carleton.ca/~neil/counter/">http://vv.carleton.ca/~neil/counter/</A>
What makes it different? It is a Quine that uses self-modifying code and no data file. I wouldn't recommend it for novices...