in reply to Accessing IIS information

After the usual obligatory use declaration in Perl, the translation is mostly a question of turning the . method calls in VB to -> in Perl, and then obvious syntax changes (for instance property lookups become hash lookups in Perl, you need semi-colons, etc).

Post a small snippet of VB you want translated, and quite a few people here should be able to show you exactly what I mean.