Help for this page

Select Code to Download


  1. or download this
    use warnings;
    use strict;
    ...
    $generalKey = $targetKey->{"General"}
        or  die "Can't read the '12.0/Common/General' subkey: $^E\n";
    print STDERR "generalKey = '$generalKey'\n";       # this doesn't exis
    +t in mine, so it won't get here
    
  2. or download this
    C:\temp\strawberry-perl-5.26.0.2-64bit-portable>perl ..\example_code_o
    +ffice12_3.pl
    
    ...
    "DoesNotExist" => >><undef><<
    targetKey = 'Win32::TieRegistry=HASH(0x2561ec8)'
    generalKey = 'Win32::TieRegistry=HASH(0x471ae8)'