From: Saadat Saeed <[EMAIL PROTECTED]>
> I am new to scripting (in general) and am an
> administrator of win32 based systems. I am deciding
> between Perl & a number of other scripting
> technologies to standardise upon.
> 
> The only thing that'll convince me for now is the
> abiltity to read and modify registries of machines
> connected over the wan or Lan in the same domain or
> trusted domain. ANy easy way of doing it in perl and
> you have a new follower????

If you have the ActivePerl distribution you have several different 
modules for Registry access installed already. Have a look at
        Win32::TieRegistry
        Win32::Registry
        Win32AIP::Registry

the perldoc program will give you info about those, just run
        perldoc Win32::TieRegistry
on the Command Prompt. (Or find the module in the HTML docs)

You may want to have a look also at Win32::Registry2 at 
http://Jenda.Krynicky.cz/#Win32::Registry2 (This is gonna become the 
next version of Win32::Registry, but you may install it already.)

Jenda
===== [EMAIL PROTECTED] === http://Jenda.Krynicky.cz =====
When it comes to wine, women and song, wizards are allowed 
to get drunk and croon as much as they like.
        -- Terry Pratchett in Sourcery


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to