Two thingies:

1. Please post to the list in plain text rather than HTML.

2. You probably want to either create or fake a stateful
   session with something like CGI::Persistent.


NAME

        CGI::Persistent -- Transparent state persistence for
        CGI applications.

SYNOPSIS

        use CGI::Persistent;

        my $cgi = new CGI::Persistent "/directory";
        print $cgi->header ();
        my $url = $cgi->state_url ();
        print "<a href=$u>I am a persistent CGI session.</a>";


http://amaunet.informatik.uni-dortmund.de/cgi-bin/CPAN/authors/id/V/VI/VIPUL
/CGI-Persistent-0.19.tar.gz
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.372 / Virus Database: 207 - Release Date: 6/20/2002


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to