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

use Win32::TieRegistry( Delimiter => '#', ArrayValues => 0); my $pound = $Registry->Delimiter("/");
with
use Win32::TieRegistry Delimiter => '/', ArrayValues => 0;
  • Comment on Re^2: [OT] Using Module TieRegistry? for reading and pasting registrykey into another section
  • Select or Download Code