Hello all:

        I am currently running a program that creates a
comma-seperated-value document that has 5 columns.  My question is this:
Using DBD::CSV is it possible for me to sort the file by column A (a date)
then by column B (a time) and then by column C (an NT user ID) in descending
order?  Here is a snippet I am trying to use:

sub sortlog {
    $dbh = DBI->connect("DBI:CSV:$logfile");
    $sth = $dbh->prepare("ORDER BY a [DESC]");
    $sth->execute();
}   


        I have absolutely no experience with this module.  Can someone
please give me some direction on this?  Thank you!      

Thank you.

***************************
Keith Walsh
IT Security Technology
281.681.6605




**********************************************************************
This email and any files transmitted with it are confidential and
intended solely for the use of the individual or entity to whom they
are addressed. If you have received this email in error please notify
the system manager.


www.mimesweeper.com
**********************************************************************

Reply via email to