Hello Stanislav,

Thursday, December 20, 2001, Stanislav Zahariev <[EMAIL PROTECTED]> wrote:

>> hi.
>> in last month , i send data through port but not with laser.
>> i am working in ISP and send and receive data through port
>> and routhr.
SZ> So, how ? :)) With perl or without? I can manage it working with C, but i
SZ> was just wondering is there a way doing it with perl too:)) Everyone is
SZ> saying that Perl is all-purpose programming language.

perl itself does not have builtin low-level input/output commands.
you can see list of Perl builtin functions by running
'perldoc perlfunc'.
If you really need interface to lpt port, write your own module (in C, you
call it library), in C and use them. see
'perldoc perlxs'
for more details.

Best wishes,
 Maxim                            mailto:[EMAIL PROTECTED]



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

Reply via email to