Rex(Wrecks) has asked for the wisdom of the Perl Monks concerning the following question:
"Nothing is sure but death and taxes" I say combine the two and its death to all taxes!use Win32::TieRegistry( Delimiter=>"/", ArrayValues=>0 ) ; $openKey = $Registry->{"LMachine/SYSTEM/CurrentControlSet/Services/tft +pd/parameters/"} ; $tftpdDir = $openKey->{"/directory"} ; print $tftpdDir ; undef $tftpdDir ; undef $openKey ; exit 0;
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Getting annoying message when using -w with Win32::TieRegistry
by tye (Sage) on Aug 11, 2001 at 02:24 UTC | |
by Rex(Wrecks) (Curate) on Aug 11, 2001 at 02:55 UTC |