HP3000-L Archives

August 2000, Week 2

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Fri, 11 Aug 2000 14:17:25 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (18 lines)
> Curtis Larsen wrote:
>
> Does anyone know of a way to perform *batch* HP3000 client telnet access
> to something?
>
> (I'd even settle for some way to do it in a language -- but most
> scripting languages (incl. Perl/Python) want to use some
> apparently-ubiquitious-on-all-the-other-paltforms system call named
> "select()", which MPE doesn't have.[?])

You can do this in Perl on MPE today.

MPE has select(), and it works on socket descriptors just fine, which is what
your MPE Perl script will be using to talk to port 23 (telnet) on the remote
machine.

- Mark B.

ATOM RSS1 RSS2