Help for this page

Select Code to Download


  1. or download this
    sortByColor("D:/sort.xls",12); 
    
    ...
        my $no_of_columns = $_[1]; 
        ... 
        }
    
  2. or download this
    use strict;
    use warnings;
    ...
    use Win32::OLE::Const "Microsoft Excel";
    use Digest::MD5 qw(md5_hex);
    use IO::Uncompress::Unzip qw(unzip $UnzipError);