NAME Inline::Ruby::dRuby::Client - [quick use dRuby object from perl] SYNOPSIS use Inline::Ruby::dRuby::Client; my $ruby_obj = Inline::Ruby::dRuby::Client->new('druby://localhost:10001') # call ruby's instance method $ruby_obj->ruby_method(); use Inline::Ruby qw/rb_iter/; # use ruby's iter # call ruby's instance with block rb_iter($ruby_obj, sub { my $arg = shift; return $arg * $arg; })->each; # I
NAME SQL::Abstract - Generate SQL from Perl data structures SYNOPSIS use SQL::Abstract; my $sql = SQL::Abstract->new; my($stmt, @bind) = $sql->select($source, \@fields, \%where, $order); my($stmt, @bind) = $sql->insert($table, \%fieldvals || \@values); my($stmt, @bind) = $sql->update($table, \%fieldvals, \%where); my($stmt, @bind) = $sql->delete($table, \%where); # Then, use these in your DBI stat
NAME IO::All - IO::All to Larry Wall! VERSION This document describes IO::All version 0.87. SYNOPSIS First, some safe examples: use IO::All; # Some of the many ways to read a whole file into a scalar $contents = io->file('file.txt')->slurp; # Read an entire file @files = io->dir('lib')->all; # Get a list of files $tail = io->pipe('-| tail app.log'); # Open a pipe to a command $line = $tail->getlin
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く