in reply to Working with Windows Registry in PERL

You're on the right track, but you don't explain what module you are using, or how your approaches aren't working (what do you expect to happen, what actually happens -- How (not) to ask a question)

If you're using Win32::Registry (just guessing here), its documentation states obsolete, use Win32::TieRegistry

  • Comment on Re: Working with Windows Registry in PERL

Replies are listed 'Best First'.
Re^2: Working with Windows Registry in PERL
by pramodkh (Novice) on Jun 11, 2008 at 11:42 UTC
    Yes I am using Win32::Registry module.
    Let me check Win32::TieRegistry

    Thanks.