| Matrix28 > PERL > Cookies (Text only) |
|
Matt's Script Archive: HTTP Cookie Library | Write review | Report error | Discuss/get help on this script in our forums A Perl HTTP Cookie library which allows you to add and read cookies with simple subroutine calls. |
|
perl cookie-lib.pl | Write review | Report error | Discuss/get help on this script in our forums Cookie-lib is a perl library to help the manipulation of broswer cookies. |
|
Dave Bewley's cookie-test.pl | Write review | Report error | Discuss/get help on this script in our forums Bewley describes this script as a "Simple little script to set and print a cookie." |
|
baking cookies | Write review | Report error | Discuss/get help on this script in our forums This program sets a cookie when a visitor enters your site. The value of the cookie is the referrer (where the visitor came from). This cookie can then be retrieved for various reasons, typically if the visitor makes a purchase or joins your site, you can retrieve the cookie upon purchase. This helps you to determine which referrers are actually sending you "quality" traffic. |
|
Creditgo Cookie | Write review | Report error | Discuss/get help on this script in our forums Give your referrers credit with a cookie. CreditGo Cookie sets your visitor a cookie with the referrer's assigned id and automatically redirects your visitor to your webpage. Great for tracking your visitors and originating referral source. |
|
Free n share Cookie | Write review | Report error | Discuss/get help on this script in our forums This is just a simple perl script that demontrates the use of cookies. |
|
Lakeweb: The Cookie Test | Write review | Report error | Discuss/get help on this script in our forums A technical example with subroutines for handling cookies. No documentation is available. |
|
Cookie monsters | Write review | Report error | Discuss/get help on this script in our forums This article discusses some of the wrong ways for using cookies, and how to use them safely. |