Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    use strict;
    ...
        my $ret = Win32::GUI->MessageBox("ROW: $row COL: $col (CELLDATA: $
    +celldata)");
        return 1;
    }