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

( I won't start questioning this strategy!!! :)

Technical answer:

Include it as a literal string something like '124.55.222.1' (like you did with '23').

Plz don't expect much help about VB's string concatenation¹ here to interpolate your variable, it's really off topic ( and I won't start googeling for you ;)

Cheers Rolf

¹) + ?

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:17 UTC

    thank you for your response LanX

    actually the value of ip address changes everytime the entire program is run...but telnet port 23 is constant....so i cant put address in string!!

    can we pass this value using perl code??