problem with spaces in registry keypath

R

rut

The code:

$winkey= $Registry->
{"CUser/Software/Microsoft/Internet Account Manager/"};


Im trying to open a registry key and the above code will not work, it
seems that the spaces in "Internet Account Manager" is the
problem....Im running XP with NTFS and Apache webserver and ActivePerl.
Anyone knows what to do?

tnx
 
J

justme

rut said:
The code:

$winkey= $Registry->
{"CUser/Software/Microsoft/Internet Account Manager/"};


Im trying to open a registry key and the above code will not work, it
seems that the spaces in "Internet Account Manager" is the
problem....Im running XP with NTFS and Apache webserver and ActivePerl.
Anyone knows what to do?

tnx

hmmm...maybe you can try
$winkey= $Registry->
{q(CUser/Software/Microsoft/Internet Account Manager)};
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top