Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^2: Scanning of 64 Bit registry

by cdarke (Prior)
on Jan 10, 2011 at 13:52 UTC ( [id://881459]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Win32::TieRegistry( Delimiter=>"#", ArrayValues=>0 );
      $pound= $Registry->Delimiter("/");
      $diskKey= $Registry->{"LMachine/System"}
        or  die "Can't read LMachine/System key: $^E\n";
    
  2. or download this
    use Win32::TieRegistry;
    
    my $tip18= $Registry->{"HKEY_LOCAL_MACHINE\\Software\\Microsoft\\"
                   . 'Windows\\CurrentVersion\\Explorer\\Tips\\\\18'} or d
    +ie "$^E\n";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://881459]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others pondering the Monastery: (4)
As of 2024-04-25 22:32 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found