The usual way add an " <enter> " (i.e newline) in perl is to use \n .
eg

$hello="hello\n";
print $hello;

prints hello followed by a new line. I assume this is what you mean by 
"<enter>"
A.


On Friday, May 17, 2002, at 02:04 PM, Jerry Preston wrote:

> Hi!
>
> Can perl deal with vx or vmx?  I can access "tip hardwire", but lose 
> control
> because I do not know to do an <enter> that is required.  I need to be 
> able
> and reset the controller clock.  I have tried to telnet into the 
> controller
> via vx, bit I have idea on what commands to use.
>
> Thanks,
>
> Jerry
>
> --
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to