サクサク読めて、アプリ限定の機能も多数!
トップへ戻る
コーヒー沼
metacpan.org
NOMEN EDITIO SUMMARIUM DESCRIPTIO GRAMMATICA PERLIGATA Variables my, our, and local Subroutines, operators, and functions Built-in functions and operators Comments Imposing precedence on argument lists Blocks and control structures Data Numbers Strings Regular expressions References Boolean logic Packages, classes, and modules ERA (Expositio Rustica Antiqua) THESAURUS PERLIGATUS Values and variabl
NAME CATEGORY SYNOPSIS DESCRIPTION CONSTANTS METHODS init init_sub_system quit_sub_system quit was_init get_error set_error_real clear_error version linked_version get_ticks get_handle delay SDL Manual: Getting Started AUTHORS Project Founder Current Maintainers Core Developers and Contributors COPYRIGHT & LICENSE DISCLAIMER OF WARRANTY NAME SDL - Simple DirectMedia Layer for Perl CATEGORY Core SY
NAME SYNOPSIS DESCRIPTION Experimental Features KEYWORDS try catch catch (Typed) finally OTHER MODULES True syntax plugin @_ in a try or catch block return in a try or catch block next/last/redo in a try or catch block Value Semantics try without catch Typed catch WITH OTHER MODULES Future::AsyncAwait ISSUES Thread-safety at load time cannot be assured before perl 5.16 $@ is not local'ised by try
NAME VERSION SYNOPSIS DESCRIPTION INTERFACE Importing and using the Perl grammar regex Error reporting PPR::ERROR interface Decommenting code with PPR::decomment() Examples Validating source code Counting statements Stripping comments and POD from source code Stripping comments and POD from source code (in Perl v5.14 or later) Stripping everything except comments and POD from source code Available
21 May 2011 09:24:24 UTC Distribution: SVG-Rasterize Module version: 0.003008 Source (raw) Browse (raw) Changes How to Contribute Issues (4) Testers (504 / 0 / 9) Kwalitee NAME VERSION SYNOPSIS DESCRIPTION Motivation Status INTERFACE Constructors new Public Attributes svg width height current_color medium_font_size font_size_scale Class Attributes %IGNORED_NODES Methods for Users rasterize write A
NAME SYNOPSIS DESCRIPTION AUTHOR SEE ALSO LICENSE NAME App::Prove::Plugin::MySQLPool - pool of Test::mysqld-s reused while testing SYNOPSIS prove -j4 -PMySQLPool t or prove -j4 -PMySQLPool=MyApp::Test::DB t DESCRIPTION App::Prove::Plugin::MySQLPool is a prove plugin to speedup your tests using a pool of Test::mysqlds. If you're using Test::mysqld, and have a lot of tests using it, annoyed by the m
NAME SYNOPSIS DESCRIPTION AUTHOR COPYRIGHT LICENSE SEE ALSO NAME Acme::Test::VW - Makes your tests always pass under CI SYNOPSIS # export PERL5OPT=-MAcme::Test::VW use Test::More; ok 1 == 2; done_testing; DESCRIPTION Acme::Test::VW makes your failing tests pass when running under CI (CPAN Testers, Jenkins, Travis CI etc). Inspired by https://github.com/auchenberg/volkswagen AUTHOR Tatsuhiko Miyaga
NAME SYNOPSIS DESCRIPTION ARGUMENTS OPTIONS SEE ALSO NAME plackup - Run PSGI application with Plack handlers SYNOPSIS # read your app from app.psgi file plackup # choose .psgi file from ARGV[0] (or with -a option) plackup hello.psgi # switch server implementation with --server (or -s) plackup --server HTTP::Server::Simple --port 9090 --host 127.0.0.1 test.psgi # use UNIX socket to run FCGI daemon
NAME SYNOPSIS ARGUMENTS DESCRIPTION SEE ALSO AUTHOR NAME rperl Front-End Program Restricted Perl, The Optimizing Perl 5 Compiler SYNOPSIS rperl [ARGUMENTS] input_program_0.pl [input_program_1.pl input_program_2.pl ...] rperl [ARGUMENTS] MyClassFoo.pm [MyClassBar.pm MyClassBat.pm ...] rperl [ARGUMENTS] input_program_0.pl MyClassFoo.pm [input_program_1.pl ... MyClassBar.pm ...] ARGUMENTS --help ...O
NAME VERSION SYNOPSIS DESCRIPTION OUTPUT OPTIONS SELECTING FIELDS SELECTING BY JSON PATH AUTHOR COPYRIGHT AND LICENSE NAME jt - JSON Transformer VERSION version 0.43 SYNOPSIS jt works only with data from input pipe. Here are some examples. For quick references on command line options, run jt -h. For more comprehensive documentation, run perldoc =jt. # prettyfied curl http://example.com/action.json
11 Sep 2020 17:49:59 UTC Distribution: WWW-Mechanize-PhantomJS Module version: 0.24 Source (raw) Browse (raw) Changes How to Contribute Repository Issues (5) Testers (234 / 18 / 3) Kwalitee NAME SYNOPSIS WWW::Mechanize::PhantomJS->new %options $mech->phantomjs_version $mech->ghostdriver_version $mech->driver $mech->js_alerts() $mech->clear_js_alerts() $mech->js_errors() $mech->clear_js_errors() $m
10 Mar 2016 09:23:59 GMT Distribution: App-fsql Source (raw) Browse (raw) Changes Homepage How to Contribute Repository (git clone) Issues (0) Testers (328 / 0 / 12) Kwalitee % Coverage License: perl_5 Activity NAME VERSION SYNOPSIS DESCRIPTION EXAMPLES EXIT CODES OPTIONS FAQ What SQL dialect is supported? Why is SQL feature "X" not supported? How do I define more SQL functions? Why aren't there m
NAME SYNOPSIS DESCRIPTION The main differences Implementation details Object-Oriented and Functional Styles DEVELOPMENT Repository CREDITS AUTHORS COPYRIGHT AND LICENSE NAME UnderscoreJS - Perl port of Underscore.js SYNOPSIS use UnderscoreJS; _([3, 2, 1])->sort; DESCRIPTION UnderscoreJS Perl is a clone of a popular JavaScript library http://github.com/documentcloud/underscore|Underscore.js. Why? B
18 Feb 2021 11:27:39 UTC Distribution: Lingua-JA-Moji Source (raw) Browse (raw) Changes How to Contribute Repository Issues (0) Testers (103 / 0 / 0) Kwalitee 名前 概要 VERSION 説明 ローマ字変換 is_romaji is_romaji_semistrict is_romaji_strict is_voiced kana2romaji kana_consonant normalize_romaji romaji2hiragana romaji2kana romaji_styles romaji_vowel_styles 仮名 cleanup_kana hira2kata hw2katakana InHankakuKataka
NAME SYNOPSIS DESCRIPTION USAGE METHODS REQUIREMENTS CONFIGURATION AND ENVIRONMENT CUSTOM TEMPLATE Example FAQ Does this module correspond to JSON-RPC? Can methods of Test::More (e.g. subtest()) be called in describe()? INSPIRED CONTRIBUTORS LICENSE AUTHOR NAME Test::JsonAPI::Autodoc - Test JSON API response and auto generate API documents SYNOPSIS use HTTP::Request::Common; use Test::More; use Te
NAME SYNOPSIS DESCRIPTION EXPORT FUNCTION mock_guard( @class_defs ) METHODS new( @class_defs ) call_count( $class_name_or_object, $method_name ) AUTHOR THANKS TO SEE ALSO LICENSE NAME Test::Mock::Guard - Simple mock test library using RAII. SYNOPSIS use Test::More; use Test::Mock::Guard qw(mock_guard); package Some::Class; sub new { bless {} => shift } sub foo { "foo" } sub bar { 1; } package main
Only the first key/value pair passed to ->add_content ended up in the body with the UrlEncoded module. Fixed by Dave Rolsky. Allow the constructors to accept content (and files, for MultiPart) parameters. Implemented by Dave Rolsky.
To install DBIx::QueryLog, copy and paste the appropriate command in to your terminal. cpanm cpanm DBIx::QueryLog CPAN shell perl -MCPAN -e shell install DBIx::QueryLog For more information on module installation, please visit the detailed CPAN module installation guide.
NAME SYNOPSIS OPTIONS LICENSE AUTHOR NAME Plack::Middleware::DebugRequestParams - debug request parameters (inspired by Catalyst) SYNOPSIS $ plackup -e 'enable "DebugRequestParams"' app.psgi $ curl -F foo=bar -F baz=foobar http://localhost:5000/ .--------------------. | Parameter | Value | +-----------+--------+ | baz | foobar | | foo | bar | '-----------+--------' OPTIONS ignore_path use Plack::B
NAME SYNOPSIS DESCRIPTION SCANNING RULES OPTIONS AUTHOR SEE ALSO 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
NAME VERSION SYNOPSIS DESCRIPTION RETURN VALUES METHODS AND ARGUMENTS AUTHENTICATION API METHODS AND ARGUMENTS Synthetic Arguments API Methods Search API Methods TwitterVision API Methods ERROR HANDLING SEE ALSO SUPPORT AUTHOR CONTRIBUTORS LICENSE NAME Net::Twitter::Lite::WithAPIv1_1 - A perl interface to the Twitter API v1.1 VERSION version 0.12008 SYNOPSIS use Net::Twitter::Lite::WithAPIv1_1; us
NAME SYNOPSIS DESCRIPTION WHY MOO EXISTS MOO AND MOOSE MOO AND CLASS::XSACCESSOR MOO VERSUS ANY::MOOSE PUBLIC METHODS new does DOES meta LIFECYCLE METHODS BUILDARGS FOREIGNBUILDARGS BUILD DEMOLISH IMPORTED SUBROUTINES extends with has before around after SUB QUOTE AWARE CLEANING UP IMPORTS INCOMPATIBILITIES WITH MOOSE TYPES API INCOMPATIBILITIES META OBJECT IMMUTABILITY COMPATIBILITY WITH OLDER PE
NAME SYNOPSIS DESCRIPTION METHODS PLUGINS STRICT MODE FAQ AUTHOR SEE ALSO LICENSE NAME SQL::Maker - Yet another SQL builder SYNOPSIS use SQL::Maker; my $builder = SQL::Maker->new( driver => 'SQLite', # or your favorite driver ); # SELECT ($sql, @binds) = $builder->select($table, \@fields, \%where, \%opt); # INSERT ($sql, @binds) = $builder->insert($table, \%values, \%opt); # DELETE ($sql, @binds)
NAME VERSION SYNOPSIS DESCRIPTION DEPENDENCIES BUGS SEE ALSO AUTHOR CONTRIBUTORS LICENSE AND COPYRIGHT NAME L - Perl extension to load modules automatically in one-liners. VERSION This document describes L version v1.0.1. SYNOPSIS % perl -ML -E 'say String::Random->new->randregex("[0-9a-zA-Z]{12}")' DESCRIPTION Module auto-loader for one-liners. This module is dangerous, so don't use this module i
NAME VERSION SYNOPSIS DESCRIPTION CONSTRUCTORS path new cwd rootdir tempfile, tempdir METHODS absolute append, append_raw, append_utf8 assert basename canonpath cached_temp child children chmod copy digest dirname (deprecated) edit, edit_raw, edit_utf8 edit_lines, edit_lines_utf8, edit_lines_raw exists, is_file, is_dir filehandle has_same_bytes is_absolute, is_relative is_rootdir iterator lines, l
NAME SYNOPSIS DESCRIPTION METHOD new() parse(@args) argv(@args) alias($alias, $option) default($option, $default_value) describe($option, $msg) boolean($option, $option2, ...) demand($option, $option2, ...) options($key => $settings, ...) type($option => $type) Config coerce( $newtype => $sourcetype, $generator ) usage help showHelp($fh) subcmd($cmd => $parser) DSL PARSING TRICKS stop parsing nega
Tools Download (25.73KB) MetaCPAN Explorer Permissions Subscribe to distribution Install Instructions Dependencies Plack::App::Directory Plack::App::File Plack::Request Plack::Runner Pod::Usage Text::Markdown and possibly others Reverse dependencies CPAN Testers List Dependency graph Permalinks This version Latest version
NAME SYNOPSIS DESCRIPTION LOG METHOD AUTHOR SEE ALSO LICENSE NAME Proclet - minimalistic Supervisor SYNOPSIS use Proclet; my $proclet = Proclet->new( color => 1 ); # add service $proclet->service( code => sub { my $job = $jobqueue->grab; work($job); }, worker => 2, tag => 'worker' ); $proclet->service( code => sub { my $loader = Plack::Loader->load( 'Starlet', port => $port, host => $host || 0, ma
NAME SYNOPSIS DESCRIPTION Excel::Writer::XLSX and Spreadsheet::WriteExcel QUICK START WORKBOOK METHODS new() add_worksheet( $sheetname ) add_format( %properties ) add_chart( %properties ) add_shape( %properties ) add_vba_project( 'vbaProject.bin' ) set_vba_name() close() set_size( $width, $height ) set_tab_ratio( $tab_ratio ) set_properties() set_custom_property( $name, $value, $type) define_name(
次のページ
このページを最初にブックマークしてみませんか?
『The CPAN Search Site - search.cpan.org』の新着エントリーを見る
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く