Web Services is devoted to making your web communications as painless as possible. Support and Training UF Health Support and Training�– The UF Health support and training website provides how-to tutorials on using our WordPress templates, the Chronos magazine template, Bridge, and more. WordPress Training�Options – Web Services offer 1-on-1 and group session WordPress training options. Lynda.com
Class::Component - プラガブルなモジュールを作る為のベースモジュールの解説 pluginやcomponentを取り扱うモジュールを書く時に、plugin/componentを取り扱いを全て引き受けてくれるモジュールを作りました。 だいぶ前からCPANには上げてたんですが、色々あって今日報告と。 既出のアイディアとしてはid:naoyaの Class::Pluggableやid:ya_kenの Class::Pluggable等があります。 これらのモジュールもシンプルでいい感じなのですが、シンプルな分、若干物足りなさがあった(例えばメソッドの生やし方に自由度持たせたいとか)のでこしらえました。 詳しくはCPANのClass::Componentにもありますが日本語でも説明文書きたい。 出来る事component追加で基本メソッド拡張が出来るplugin追加で、hook p
NAME HTML::AutoPagerize - Utility to load AutoPagerize SITEINFO stuff SYNOPSIS use HTML::AutoPagerize; my $autopager = HTML::AutoPagerize->new; $autopager->add_site( url => 'http://.+.tumblr.com/', nextLink => '//div[@id="content" or @id="container"]/div[last()]/a[last()]', pageElement => '//div[@id="content" or @id="container"]/div[@class!="footer" or @class!="navigation"]', ); my $uri = 'http://
以前、id:naoyaさんのd:id:naoya:20061006:1160134639にて「HTML::TreeBuilder + CSSセレクタがいい感じな件」ってエントリがあったんですが、まさにそのコンボとなるモジュールがリリースされてました。 HTML::TreeBuilder::Select 例えばtext-vimcolorの出力の中でsynIdentifier扱いされるブロックで変数と思しき物だけvar要素に置換して、出力するなら下記みたいなソースになる。 #!/usr/bin/perl use strict; use warnings; use HTML::TreeBuilder::Select; my $html; read(STDIN, $html, -s *STDIN); my $tree = HTML::TreeBuilder::Select->new; $tree-
NAME MIME::Lite::TT::Japanese - MIME::Lite::TT with Japanese character code SYNOPSIS use MIME::Lite::TT::Japanese; my $msg = MIME::Lite::TT::Japanese->new( From => 'me@myhost.com', To => 'you@yourhost.com', Subject => 'Hi', Template => \$template, TmplParams => \%params, TmplOptions => \%options, Icode => 'sjis', LineWidth => 72, ); $msg->send(); DESCRIPTION MIME::Lite::TT::Japanese is subclass of
名前¶ File::Slurp - ファイル全体の効率的な読込/書込 概要¶ use File::Slurp; my $text = read_file( 'filename' ) ; my @lines = read_file( 'filename' ) ; write_file( 'filename', @lines ) ; 説明¶ このモジュールは1つの簡単な呼び出しによりファイル全体を読み込み、 書き込みを可能にするサブルーチンを提供します。これらは簡単に使え、 柔軟な方法でファイルの内容を渡したり、取得できるように、そして 非常に効率よくなるように設計されています。またディレクトリに 入っている. と ..を除く全てのファイルを読み込むサブルーチンも 提供します。 これらの丸呑み/吐き出しサブルーチンはファイルにのみ機能し、パイプや標準入出力には 機能しないことに注意してください
NAME MIME::Lite - low-calorie MIME generator WAIT! MIME::Lite is not recommended by its current maintainer. There are a number of alternatives, like Email::MIME or MIME::Entity and Email::Sender, which you should probably use instead. MIME::Lite continues to accrue weird bug reports, and it is not receiving a large amount of refactoring due to the availability of better alternatives. Please consid
NAME HTTP::MobileAgent - HTTP mobile user agent string parser SYNOPSIS use HTTP::MobileAgent; # from PSGI $env hash: my $agent = HTTP::MobileAgent->new( $env ); # from %ENV (CGI mode): my $agent = HTTP::MobileAgent->new(); # from Apache (mod_perl 1.x): my $agent = HTTP::MobileAgent->new(Apache->request); # from a HTTP::Headers / HTTP::Request object: my $agent = HTTP::MobileAgent->new( HTTP::Heade
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く