debian man page for net::handlersocket

Query: net::handlersocket

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

Net::HandlerSocket(3pm) 				User Contributed Perl Documentation				   Net::HandlerSocket(3pm)

NAME
Net::HandlerSocket - Perl extension for blah blah blah
SYNOPSIS
use 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, 5
DESCRIPTION
Stub documentation for Net::HandlerSocket, created by h2xs.
AUTHOR
Akira Higuchi<higuchi dot akira at dena dot jp>
COPYRIGHT AND LICENSE
Copyright (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::ldaps(3pm) - debian
net::openssh::compat(3pm) - debian
net::sftp::foreign::compat(3pm) - debian
net::z3950::zoom(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
A (ksh) Library For and From UNIX.com