$telnet->print('helo '.$v_server); # Concatenation method $telnet->print("helo $v_server"); # Interpolation method