Perl in a Nutshell

Perl in a NutshellSearch this book
Previous: Reference: OpenChapter 19
Win32 Modules and Extensions
Next: Reference: SetValue
 

Create

$key->Create($newkey, name)

Creates a new key identified by name and saves it as the object reference named by $newkey. If the key already exists, this function simply opens the key. New keys can only be created one level below the key on which Create is used.


Previous: Reference: OpenPerl in a NutshellNext: Reference: SetValue
Reference: OpenBook IndexReference: SetValue