| Navigating: Home > Navigator > Programming > * Perl * |
B&W,
United States,
Europe
|
6.Prog | |
Programming 2.* Perl * | |
- see also
| clicking "perl: " line shows the source ....... clicking "out: " line runs the CGI script |
|
|
| Note that scripts ending in "c",
such as counterc.cgi and
file-not-foundc.cgi are copies of the originals used by my website and may not have all the latest changes. |
| Input - why: read CGI type input - perl: input.pl - in: /cgi-bin/input.pl?a=123&b=456&c=789&d=482 - out:
|
| about Hit Counter |
concurrent access to same page is handled by file-locking, 1 second delay, and 5 retries logging is done for (refer to output below):
|
_2486 Thu Sep 25 12:07:38 213.10.61.56 foreign_sources.lanette -- images.google.nl/imgres?imgu :) _4249 Thu Sep 25 11:59:46 205.188.208.8 _index _2485 Thu Sep 25 11:56:58 205.188.208.7 foreign_sources.lanette -- RB:mamas-heavenly-smile.html :) _2872 Thu Sep 25 11:55:20 81.102.200.192 tools.metric-conversions _2484 Thu Sep 25 11:55:07 205.188.209.40 foreign_sources.lanette -- RB:cool-stuff.html :) ___16 Thu Sep 25 11:54:49 205.188.209.101 foreign_sources.cool-stuff -- RB:/ :) _2871 Thu Sep 25 11:54:15 66.255.61.139 tools.metric-conversions -- web.ask.com/web?q=how+many+ :) _4248 Thu Sep 25 11:54:04 205.188.208.8 _index |
| This shows |
| | 4248 hits, when user IP 205.188.208.8, was at main page (_index) without referrer (typed in the name), and |
| | 2871 hits, when user IP 66.255.61.139 came to my Metric Conversions page from web.ask.com. |
| yields |
|
as the servername |
the page referrer in the last column is truncated for readibility from
something like:
(The answer to which can be found at the targetted page --> Metric Conversions ) |
| about File Not Found |
| My When you click on the link, a redirect attempt occurs, matching on
The lookup is via hash-table, and (3) becomes the last chance of matching. Currently [2003-10-05], while
By clicking file-not-foundc.cgi?http://www.robertbody.com/where-is/my-/arizona.html and wrapping JavaScript around it, the found page is loaded. |
| Counter: |