in reply to Accessing IIS information

you might want to check out the following modules :
a) Win32::Script - system administrator`s library - for login and application startup scripts, etc

b) Win32::OLE - OLE Automation extensions

Replies are listed 'Best First'.
Re: Re: Translating VBS to Perl
by saprice (Novice) on Jan 29, 2002 at 05:44 UTC
    Thanks, I'm pretty sure Win32::OLE is what I am after, its just a case of translating how VBS does OLE things into perl that I am getting stuck on... I think I may have to dig around the MS website looking for IIS OLE class descriptions and see if I can find something useful:(
    Regards
    Steve