- 授权协议: MIT
- 开发语言: Perl
- 操作系统: 跨平台
- 软件首页: https://metacpan.org/module/NanoMsg::Raw
- 软件文档: https://metacpan.org/module/NanoMsg::Raw
软件介绍
NanoMsg::Raw 是 nanomsg 的 Perl 语言实现版本。
示例代码:
use NanoMsg::Raw; my $sb = nn_socket(AF_SP, NN_PAIR); nn_bind($sb, 'inproc://foo'); nn_send($sb, 'bar'); my $sc = nn_socket(AF_SP, NN_PAIR); nn_connect($sc, 'inproc://foo'); nn_recv($sc, my $buf); is $buf, 'bar';
Ruby for Rails
David Black / Manning Publications / 2006-05-11 / USD 44.95
What's Inside * How Ruby and Rails work, separately and together * Extensive Ruby language tutorial * Ruby techniques for Rails applications * Explore the Rails framework source code A new level of pr......一起来看看 《Ruby for Rails》 这本书的介绍吧!
