Help for this page

Select Code to Download


  1. or download this
    print NEWSCRIPT <<EOPerlTpl;
    #!/usr/bin/perl
    ...
    use strict;
    
    EOPerlTpl
    
  2. or download this
    use DBI;
    use Spreadsheet::WriteExcel;
    ...
    
    my ($DBName, $DBUID, $DBPWD) = ("MyDatabase", "reportAccount", "tehRpt
    +P@55werd");
    . . . add a few lines here to define my favorite excel styles . . .