in reply to modify searchlist in registry
P.S. The value is a hash so if you wanna look into it you'd be better with:
Although that will give you _loads_ of info!#!perl use strict; use warnings; use Data::Dumper; use Win32::TieRegistry; my $key = 'HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\ +Parameters'; my $parameter = $Registry->{$key}; print Dumper($parameter);
larryk perl -le "s,,reverse killer,e,y,rifle,lycra,,print"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: modify searchlist in registry
by Anonymous Monk on Aug 07, 2002 at 14:03 UTC | |
by Anonymous Monk on Aug 07, 2002 at 17:53 UTC |