Help for this page

Select Code to Download


  1. or download this
    # print out constants loaded for Microsoft Office 
    use strict;
    ...
    foreach my $Key (sort keys %$names) {
        print "$Key = $names->{$Key}\n";
    }
    
  2. or download this
    C:\winbat>perl -w msoconstants.pl
    Office type library contains 221 constants:
    ...
    dbAttachedODBC = 536870912
    dbAttachedTable = 1073741824
    dbAttachment = 101