The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
NAME Google::ProtocolBuffers - simple interface to Google Protocol Buffers SYNOPSYS ## ## Define structure of your data and create serializer classes ## use Google::ProtocolBuffers; Google::ProtocolBuffers->parse(" message Person { required string name = 1; required int32 id = 2; // Unique ID number for this person. optional string email = 3; enum PhoneType { MOBILE = 0; HOME = 1; WORK = 2; } mess
Yuval Kogman Andreas Marienborg Ask Bjørn Hansen Bruno Vecchi Chris Prather Dan Dascalescu Dave Rolsky David Leadbeater Dylan William Hardison Florian Ragwitz Frank Wiegand Graham Barr Jason May Jesse Luehrs Moritz Lenz Pedro Melo Piers Cawley Rob Hoelz Salve J. Nilsen Shawn M Moore Shlomi Fish Thomas Klausner Torsten Raudssus chromatic franck cuny jrockway ktat
NAME Imager::Screenshot - screenshot to an Imager image SYNOPSIS use Imager::Screenshot 'screenshot'; # whole screen my $img = screenshot(); # Win32 window my $img2 = screenshot(hwnd => $hwnd); # X11 window my $img3 = screenshot(display => $display, id => $window_id); # X11 tools my $display = Imager::Screenshot::x11_open(); Imager::Screenshot::x11_close($display); # test for win32 support if (Ima
NAME Ruby - Perl interface to Ruby interpreter SYNOPSIS use Ruby ':DEFAULT', -require => 'complex', # load Ruby's library 'digest/md5', # load Ruby's extention -function => 'Rational', # import Ruby's function -class => qw(GC Object), # import Ruby's classes -module => qw(Kernel), # synonym for -class -variable => ['$!' => '$rb_errinfo'], # $! as $rb_errinfo -function => ['String' => 's'], # Strin
NAME Emacs::PDE - Perl Development Environment in emacs SYNOPSIS Put this to you .emacs: (add-to-list 'load-path "/path/to/pde/") (load "pde-load") DESCRIPTION This is not a perl module. It is a collection of emacs lisp extension and configuration for perl development environment. EXTENSIONS Here is a list of extensions included in PDE. template-simple A simple text template process library. Suppo
NAME Encode::Argv - Automatically Mess With @ARGV's Encoding SYNOPSIS use Encode::Argv ('cp932'); # Now @ARGV is decoded unicode characters, decoded from cp932 use Encode::Argv ('cp932' => 'euc-jp'); # Now @ARGV is encoded into euc-jp after being decoded from cp932 use Encode::Argv; # Now @ARGV is decoded from whatever Term::Encoding thinks you are # using on your terminal. DESCRIPTION I saw http:
NAME Gungho.ja - 高性能Webクローラーフレームワーク SYNOPSIS use Gungho; Gungho->run($config); DESCRIPTION Gunghoは高性能Webクローラーフレームワークです。高速なHTTP処理を行いつつ、 機能拡張をしやすいようフレキシブルな構造を目指して開発されています。 現在Gunghoはβ版です。機能的/仕様的にも比較的安定しつつありますが、まだ 内部的なAPI等は大幅な変更が加わる可能性がありますのでご注意ください。 Gunghoをインストールすると自動的に以下の機能が使えるようになります: イベント型非同期エンジン GunghoはPOE、Danga::Socket、IO::Async等をベースにした非同期エンジンを使い クロールを行います。あなたのニーズにあったエンジンを選んでください。 非同期DNS解決 HTTP通
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く