Man Page: net::handlersocket
Operating Environment: debian
Section: 3pm
Net::HandlerSocket(3pm) User Contributed Perl Documentation Net::HandlerSocket(3pm)NAMENet::HandlerSocket - Perl extension for blah blah blahSYNOPSISuse Net::HandlerSocket; my $hsargs = { host => 'localhost', port => 9999 }; my $cli = new Net::HandlerSocket($hsargs); $cli->open_index(1, 'testdb', 'testtable1', 'PRIMARY', 'foo,bar,baz'); $cli->open_index(2, 'testdb', 'testtable2', 'i2', 'hoge,fuga'); $cli->execute_find(1, '>=', [ 'aaa', 'bbb' ], 5, 100); # select foo,bar,baz from testdb.testtable1 # where pk1 = 'aaa' and pk2 = 'bbb' order by pk1, pk2 # limit 100, 5DESCRIPTIONStub documentation for Net::HandlerSocket, created by h2xs.AUTHORAkira Higuchi<higuchi dot akira at dena dot jp>COPYRIGHT AND LICENSECopyright (C) 2010 DeNA Co.,Ltd.. All rights reserved. See COPYRIGHT.txt for details. perl v5.14.2 2012-05-01 Net::HandlerSocket(3pm)
| Related Man Pages |
|---|
| net::dri::drd(3pm) - debian |
| net::dri::logging::stderr(3pm) - debian |
| net::ldap::control::syncstate(3pm) - debian |
| net::ldaps(3pm) - debian |
| net::sftp::foreign::compat(3pm) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| How can I do this in VI editor? |
| Is UNIX an open source OS ? |
| Find columns in a file based on header and print to new file |
| New UNIX and Linux History Sections |