in reply to Re: [OT] Using Module TieRegistry? for reading and pasting registrykey into another section
in thread [OT] Using Module TieRegistry? for reading and pasting registrykey into another section
btw, replace
withuse Win32::TieRegistry( Delimiter => '#', ArrayValues => 0); my $pound = $Registry->Delimiter("/");
use Win32::TieRegistry Delimiter => '/', ArrayValues => 0;
|
|---|