in reply to In Win32::TieRegistry, what is the best way to tell if a registry variable exists?
use Win32::TieRegistry qw( $Registry ); warn "No association exists for Perl files\n" if not exists $Registry->{'Classes\\.pl'}; [download]