NAME Text::VimColor - Syntax highlight text using Vim VERSION version 0.29 SYNOPSIS use Text::VimColor; my $syntax = Text::VimColor->new( file => $0, filetype => 'perl', ); print $syntax->html; print $syntax->xml; print $syntax->ansi; DESCRIPTION This module tries to markup text files according to their syntax. It can be used to produce web pages with pretty-printed colorful source code samples. I
NAME perlcheat - Perl 5 Cheat Sheet DESCRIPTION This 'cheat sheet' is a handy reference, meant for beginning Perl programmers. Not everything is mentioned, but 195 features may already be overwhelming. The sheet CONTEXTS SIGILS ref ARRAYS HASHES void $scalar SCALAR @array %hash scalar @array ARRAY @array[0, 2] @hash{'a', 'b'} list %hash HASH $array[0] $hash{'a'} &sub CODE *glob GLOB SCALAR VALUES
Andrew Whatson Chris Nehren Chris Prather Dan Book Florian Ragwitz Leo Lapworth Mohammad S Anwar Olaf Alders Rachel Kelly Rick Leir Shawn Sorichetti Tina Müller NAME Task::Kensho - A Glimpse at an Enlightened Perl VERSION version 0.41 SYNOPSIS > cpanm --interactive Task::Kensho DESCRIPTION Task::Kensho is a list of recommended, widely used and best-in-class modules for Enlightened Perl development
NAME PHP::Session - read / write PHP session files SYNOPSIS use PHP::Session; my $session = PHP::Session->new($id); # session id my $id = $session->id; # get/set session data my $foo = $session->get('foo'); $session->set(bar => $bar); # remove session data $session->unregister('foo'); # remove all session data $session->unset; # check if data is registered $session->is_registered('bar'); # save se
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く