## hi all im using microsoft access normally is i use similar coding it wont be any problem ... im a new perl user i already run in MDB the sql query have no problem... please over look for me what i done wrong...im running on window. XP thankyou
regard,
alish

[CODE=perl]
#!c:/perl/bin/perl

use CGI::Session;
use CGI;

$cgi = new CGI;

print $cgi->header(-cookie=>$cookie );...