perl

Catalyst

perl WAF参考_____

Dancer

perl WAF$ sudo cpan -fi Dancer参考_____

Amon2

perl WAF$ sudo cpan Module::Build$ sudo cpan Router::Simple::Sinatraish$ sudo cpan Amon2$ sudo cpan Amon2::Plugin::DBI$ sudo cpan DBD::SQLite参考

Kossy

Perl WAF参考

Flask

Python WAF参考

2万件insert

参考 $ sudo yum install perl-CPAN $ sudo cpan YAML DBD::mysql $ sudo mysql -u root mysql> set password for root@localhost=password('rootパスワード'); (mysql> create database test;) mysql> create table test(num int, name varchar(50)); # D…

PerlでSOAP

PerlでSOAPを試すREST

dotCloud で Mojolicious hello world

$ mkdir mojo $ cd mojo $ gedit dotcloud.yml www: type: perl $ gedit Makefile.PL PREREQ_PM => {'Mojolicious' => '1.21'}$ gedit app.psgi $ENV{MOJO_MODE} = 'production'; require 'myapp.pl'; $ gedit myapp.pl #!/usr/bin/env perl use Mojolicious…

dotCloud で PSGI/Plack hello world

$ mkdir psgi $ cd psgi $ gedit dotcloud.yml www: type: perl approot: helloperl $ mkdir helloperl $ cd helloperl $ gedit Makefile.PL PREREQ_PM => { 'Test::More' => 0, 'YAML' => 0, 'Dancer' => 1.3030, 'Plack' => 0.9974, },$ gedit app.psgi my…

PSGI/Plack でHello World

hello.psgi my $app = sub { my $env = shift; return [ 200, [ 'Content-Type' => 'text/plain' ], [ "Hello World" ], ]; }; $ sudo yum install perl-Plack $ plackup hello.psgi 参考 PSGI/Plack

Catalyst

$ sudo yum install "perl-Catalyst*"$ catalyst.pl MyApp$ cd MyApp$ script/myapp_server.pl -r 参考--

link

blog.bulknews.net bulknews.typepad.com Bulknews::Subtech hail2u.net - Weblog bricklife.weblog.* MODULE.JP - Apache & Perl Module Information. hori-uchi.com 404 Blog Not Found TokuLog 浅倉卓司@blog風味? - 浅倉卓司@blog風味? ここギコ! bl…