DmmReg-test.pl to HTML.

index -|- end

Generated: Sun Aug 21 11:10:50 2011 from DmmReg-test.pl 2010/10/23 396.

#!/usr/bin/perl
#< test DmmReg
# from : http://affy.blogspot.com/p5be/xp0d.htm
# BUT can NOT find this 'Package'
# 23/10/2010 geoff mclane http://geoffair.net/mperl
use DmmReg;
use strict;
my ($handle);
my $key = '.dsp';
$handle = HKEY_CLASSES_ROOT->openKey($key);
print("There " . (defined($handle)? "is an" : "is no") . " association for [$key] files\.n");
# eof - DmmReg-test.pl

index -|- top

checked by tidy  Valid HTML 4.01 Transitional