NAME scan-prereqs-cpanfile - Scan prerequisite modules and generate CPANfile SYNOPSIS % scan-prereqs-cpanfile --diff=META.json # Generate diff from META.json --diff=cpanfile # Generate diff from cpanfile --ignore=extlib --dir=/foo/bar --scan-test-requires DESCRIPTION This script scans prerequisite modules from your code, and generate CPANfile. You can also list missing prerequisite modules. SCANNI
NAME Encode::JP::Mobile::CookBook - Encode::JP::Mobile のレシピ集 DESCRIPTION このドキュメントでは、Encode::JP::Mobile の使い方についていくつかのヒントを紹介します。 どのエンコーディングを使えばよいか 各端末へ絵文字を相互変換しつつ出し分けるには、各端末に適したエンコーディングで decode/encode します。エンコーディング名は HTTP::MobileAgent と組み合わせ以下のように決めるとよいでしょう。 use HTTP::MobileAgent; my $agent = HTTP::MobileAgent->new; my $encoding = detect_encoding($agent); sub detect_encoding { my $agent = shift; if (
NAME File::Spec - portably perform operations on file names SYNOPSIS use File::Spec; $x=File::Spec->catfile('a', 'b', 'c'); which returns 'a/b/c' under Unix. Or: use File::Spec::Functions; $x = catfile('a', 'b', 'c'); DESCRIPTION This module is designed to support operations commonly performed on file specifications (usually called "file names", but not to be confused with the contents of a file,
NAME Regexp::Assemble - Assemble multiple Regular Expressions into a single RE SYNOPSIS use Regexp::Assemble; my $ra = Regexp::Assemble->new; $ra->add( 'ab+c' ); $ra->add( 'ab+-' ); $ra->add( 'a\w\d+' ); $ra->add( 'a\d+' ); print $ra->re; # prints a(?:\w?\d+|b+[-c]) DESCRIPTION Regexp::Assemble takes an arbitrary number of regular expressions and assembles them into a single regular expression (or
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く