20090528_00001

「20090528_00001」の編集履歴(バックアップ)一覧はこちら

20090528_00001」(2009/05/28 (木) 19:11:36) の最新版変更点

追加された行は緑色になります。

削除された行は赤色になります。

<p><br /><br /> ===============================================<br /><br /><br /> ===============================================</p>
<p><br /><br /> ===============================================<br /><br /> perl<br /> ttp://code.nanigac.com/forum/view/447</p> <p>$ perldoc -uT perlfunc | perl -nle '$,="\n";/^(C&lt;[^&gt;]+&gt;,? ?)+$/ and print /&lt;(.*?)&gt;/g' | sort | uniq</p> <p>$ perl -MCwd -le 'print for sort keys %::Cwd::'<br /> $ perl -MCwd -le 'print for sort @Cwd::EXPORT'</p> <p>$ php -r 'print(count(array_shift(get_defined_functions())));'<br /> 1101</p> <p>perl -ne "print if /__DATA__/../EOF/" c:/perl/lib/Pod/Functions.pm</p> <p><br /> 最初の行が__DATA__ になってしまうけど、ご愛敬</p> <p><br /> Pod::Functionsいいですね。まさにです。</p> <p>%Kinds:カテゴリ、関数リストのハッシュ<br /> %Type:関数、カテゴリのハッシュ<br /> %Flavor:関数、その概要のハッシュ<br /> %Type_Description:カテゴリ、その概要のハッシュ<br /> @Type_Order:関数カテゴリのリスト</p> <p><br /> %Flavorとかもう完璧です。</p> <p><br /> # perl -MPod::Functions -le 'print "$_\t$Flavor{$_}" for sort keys %Flavor'<br /> -X      a file test (-r, -x, etc)<br /> abs     absolute value function<br /> accept  accept an incoming socket connect<br /> alarm   schedule a SIGALRM<br /> atan2   arctangent of Y/X in the range -PI to PI<br /> bind    binds an address to a socket<br /> ...</p> <p><br /> ===============================================</p>

表示オプション

横に並べて表示:
変化行の前後のみ表示:
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。