in reply to how to assign a vb 6.0 variable value to a perl variable

VB uses "&" as a string-concat operator, so you could write VB code to convert that into a perl variable like this:
fname.WriteLine ("my $ipad_ip ='" & rec3("IPADDRESS") & "';")

             "By three methods we may learn wisdom: First, by reflection, which is noblest; Second, by imitation, which is easiest; and third by experience, which is the bitterest."           -Confucius

Replies are listed 'Best First'.
Re^2: how to assign a vb 6.0 variable value to a perl variable
by puchku (Initiate) on Jan 09, 2013 at 06:21 UTC
    thank you NetWallah.....:)
Re^2: how to assign a vb 6.0 variable value to a perl variable
by puchku (Initiate) on Jan 09, 2013 at 06:23 UTC
    its what i was asking for......:) :) thank you againn.....:)