Does anyone know of a module I can use to acccess/modify the IIS metabase through Perl? I currently have a command line utility I access through backticks, but I really don't like that solution (not to mention it doesn't always work). I've searched the site and CPAN, and can find no mention of IIS or the Metabase. Microsoft has a utility that looks like regedit to modify the metabase, so I wonder if an altered version of Win32::TieRegistry would work.
Any suggestions as to where I can get more information on this? Thanks