in reply to Perl to VB.NET

nicholasrperez has a good idea above when he says to "map" your ideas from Perl to .Net. Perhaps you could ease the transition by constructing tools in .Net to help you manipulate arrays and hashes just as you would in Perl (i.e. functions such as map, grep, push, pop, shift, unshift, splice, reverse, join, keys, delete, sort, etc.). This would not only give you excellent practice in .Net programming, but would also allow you to directly carry over many of your Perl techniques into your new .Net environment.

Replies are listed 'Best First'.
Re^2: Perl to VB.NET
by holli (Abbot) on Aug 02, 2007 at 08:59 UTC
    Some of those are already available as methods of the various container classes.


    holli, /regexed monk/