Hi
cosmicperl,
Under IIS6 I am pretty sure you can set it up so that the metabase xml file can be configured dynamically, so you could exit the XML via Perl. Failing that you could look at the examples from
Microsoft for working II6 using VB and create a Perl script to do the same. For Perl examples of working with WMI have a look at
The Script Center Script Repository: Sample Perl Scripts.
Update: Perhaps
Win32::IIS::Admin is of interest to you. I have never used it.
Hope this helps.
Martin