Yes, it's possible.

What you need is to install Perl database modules (DBI) and Perl driver for 
MySQL (DBD::MySQL). Maybe your distribution of perl already contains these.

Then, you can connect to the database and do whatever you need to. I'd 
recommend you to read the documentation for DBI (write 'perldoc DBI' in 
command line) and then ask for particular problems...

On Monday 16 July 2001 11:26, Ackim Chisha wrote:
> People,
> Forgive me am a newbie just started learning perl two days ago. I would
> like to find out if its possible with perl I can search a MYSQL database 
> for a particular username and look for for the expiry date and compare it
> with the current date to determine whether expired or not. Any help will be
> appreciated or a website that could give me some hints.
>
> Thanks
>
> Ackim

-- 
Ondrej Par
Internet Securities
Software Engineer
e-mail: [EMAIL PROTECTED]
Phone: +420 2 222 543 45 ext. 112


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

Reply via email to