in reply to How to insert local time and date to MS-Access database using PERL program

UPDATE : Added warnings and strict... have to give a good example.
#!/usr/bin/perl use strict; use warnings; print "This code works perfectly!";

;)

On a more serious note, Perl and Microsoft Access might be of help.
  • Comment on Re: How to insert local time and date to MS-Access database using PERL program
  • Download Code