| Erlang-Port documentation | view source | Contained in the Erlang-Port distribution. |
Erlang::Port - Erlang External Port
Version 0.04
use Erlang::Port;
my $port = Erlang::Port->new(sub{ ... });
$port->loop();
No functions are exported by this module.
Wait request and Process it.
Encode Erlang obj into external sequence.
Decode external sequence into Erlang object.
Make string form of $obj.
See examples/ directory in this distribution.
examples/perlre.erl has match(String, RegExp) and gsub(String, RegExp, Replacement).
examples/perleval.erl has eval(String) and set(VarName, AnyObject).
YAMASHINA Hio, <hio at cpan.org>
Please report any bugs or feature requests to
bug-erlang-port at rt.cpan.org, or through the web interface at
http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Erlang-Port.
I will be notified, and then you'll automatically be notified of progress on
your bug as I make changes.
You can find documentation for this module with the perldoc command.
perldoc Erlang::Port
You can also look for information at:
Copyright 2007 YAMASHINA Hio, all rights reserved.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| Erlang-Port documentation | view source | Contained in the Erlang-Port distribution. |