==================================================
                    SQL QuickRegister - May 24, 2006
              ==================================================



   Operation System Requirements
   -----------------------------
   a. Unix/Linux 
   
   Database Requirements
   ---------------------
   a. MySQL

   Scripting Lanaguage Requirements
   --------------------------------
   a. Perl 5 or greater
    
   Perl Modules 
   ------------
   a. DBI.pm and DBD::mysql - used to connect to the mySQL database.
      These Perl modules are available at cpan.org.

   b. Digest::MD5 - used for the encryption of the login cookie.
      This Perl module is available at cpan.org
   
   Perl Modules required for Paypal
   --------------------------------
   a. Crypt::SSLeay is used to send a SSL POST to Paypal to
      verify the transaction
      This Perl module is available at cpan.org

   b. LWP is used for the POST to Paypal

   
    Perl Module required for Captca
   ----------------------------------
   a. GD graphics library.  
      This Perl module is available at cpan.org

   Other Considerations
   --------------------
   1. This application requires the use of cookies and hence your clients'
      browsers must have cookies turned on.
   
      For more details click  here .
   
   2. This application offer secure access to HTML pages only and cannot interface
      with other applications unless customized to read the login cookie.
      It can also protect pdf, zip, word files, and any binary file with our
      Download Module.

   For more details click  here .