Help for this page

Select Code to Download


  1. or download this
    eval { @regValues = $fieldKey->ValueNames; };
    print "\$\^E: $^E\nregLastError: " . Win32API::Registry::regLastError(
    +) ."\n\n";
    
  2. or download this
    $^E: 
    regLastError: No more data is available
    
  3. or download this
    @regValues = $fieldKey->ValueNames;
    print "\$\^E: $^E\nregLastError: " . Win32API::Registry::regLastError(
    +) ."\n\n";
    
  4. or download this
    $^E: No more data is available
    regLastError: No more data is available
    
    Can't use an undefined value as an ARRAY reference at C:/Perl/site/lib
    +/Win32/TieRegistry.pm line 684, <DATA> line 164.