[Wellington-pm] When Perlmongers are forced to use VB

Sam Vilain sam at vilain.net
Tue Oct 3 17:51:31 PDT 2006


You poor, poor thing. Get well soon.

xxx

Sam.

Peter Kelly wrote:
> I may follow this up with some use of Regex, but in the interim:
>
>     Sub dumpHashOfHash(ByRef hash As IDictionary)
>         Dim k1 As String
>         For Each k1 In hash.Keys
>             Dim k2 As String
>             Dim points As IDictionary
>             points = CType(hash(k1), Hashtable)
>             For Each k2 In points.Keys
>                 If points(k2) Is Nothing Then
>                     PDebug(k2 & " in " & k1 & " does not exist.")
>                 Else
>                     PDebug("outer key= " & k1 & " inner key=" & k2 & "
> value=" & points(k2).ToString)
>                 End If
>             Next
>         Next
>
>     End Sub
>
> _______________________________________________
> Wellington-pm mailing list
> Wellington-pm at pm.org
> http://mail.pm.org/mailman/listinfo/wellington-pm
>   



More information about the Wellington-pm mailing list