Help for this page

Select Code to Download


  1. or download this
    use KAP; #internally developed library.
    use Date::Manip; #internally developed library.
    ...
    use DBD::CSV;
    use MIME::Lite;
    use Net::SMTP;
    
  2. or download this
    use strict;
    use DBI;
    ...
    };
    my $results = $sth->fetchall_arrayref;
    print Dumper $results;