HP3000-L Archives

November 1997, Week 1

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:
Raymond Roesch <[log in to unmask]>
Reply To:
Raymond Roesch <[log in to unmask]>
Date:
Thu, 6 Nov 1997 11:50:48 +0100
Content-Type:
text/plain
Parts/Attachments:
text/plain (29 lines)
My perl script reports
select not implemented at script.pl line 60.

I am using perl 5.03 on Posix of HP 3000 MPE/iX

script.pl:line 60 has the following entry:

52: sub read_pending {
53:   local($socket) = @_;
54:
55:   $rin = '';$win = '';$ein = '';
56
57:  vec($rin, fileno($socket), 1) = 1;
58:  vec($ein, fileno($socket), 1) = 1;
59:
60:  $nfound = select($rout=$rin, undef, undef, 0.001);
61:
62:  if ($nfound > 0)
63:  {
64:    return 1;
65:  }
66:
67:  return 0;
68: }

Is there a way around that?
TIA
Raymond

ATOM RSS1 RSS2