タグ

perlに関するkura-2のブックマーク (50)

  • PSGI/Plack - Perl Superglue for Web Frameworks and Web Servers

    Superglue interface between perl web application frameworks and web servers, just like Perl is the duct tape of the internet. PSGI is an interface between Perl web applications and web servers, and Plack is a Perl module and toolkit that contains PSGI middleware, helpers and adapters to web servers. PSGI and Plack are inspired by Python's WSGI and Ruby's Rack. Documentation PSGI specification Freq

    kura-2
    kura-2 2013/01/30
  • XML::Parser

    NAME XML::Parser - A perl module for parsing XML documents SYNOPSIS use XML::Parser; $p1 = XML::Parser->new(Style => 'Debug'); $p1->parsefile('REC-xml-19980210.xml'); $p1->parse('<foo id="me">Hello World</foo>'); # Alternative $p2 = XML::Parser->new(Handlers => {Start => \&handle_start, End => \&handle_end, Char => \&handle_char}); $p2->parse($socket); # Another alternative $p3 = XML::Parser->new(

    XML::Parser
  • コマンドプロンプトでUTF-8の文字を表示する - Perl入門ゼミ


    Perl  Windows (maeyan)      Windows Windows XP Home Edition Version 2002 Service Pack 2  1.   "MS" "MS"MSUnicode 2. 
    コマンドプロンプトでUTF-8の文字を表示する - Perl入門ゼミ
  • はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知


    2020131()  2019 -   : 2020131() :2020131() 稿 稿 -   2020-06-25  2020228
    はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知
    kura-2
    kura-2 2008/07/05
  • use Safe; # XS知らなくても大丈夫! : 404 Blog Not Found


    2008063016:45 Lightweight Languages use Safe; # XS!XS Hack退 PL_check hack - daily dayflower  #!/usr/bin/perl eval 'print "Hello ' . $ARGV[0] . '!\n"'; *1eval  Safe使Perl 5.02COREMalcolm Beattie B
    use Safe; # XS知らなくても大丈夫! : 404 Blog Not Found
    kura-2
    kura-2 2008/06/30
  • perl - use Carp; # warn() と die() だけじゃなくて : 404 Blog Not Found


    2008063004:00 Lightweight LanguagesTips perl - use Carp; # warn()  die()    -  Perl  warn() vs. die() warn()使使warndie()使  perlundef0''
    perl - use Carp; # warn() と die() だけじゃなくて : 404 Blog Not Found
    kura-2
    kura-2 2008/06/30
  • ゆーすけべー日記: Yokohama.pm tech talk #1 に行って来た


    5 2
    ゆーすけべー日記: Yokohama.pm tech talk #1 に行って来た
    kura-2
    kura-2 2008/06/28
  • はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知


    2020131()  2019 -   : 2020131() :2020131() 稿 稿 -   2020-06-25  2020228
    はてなグループの終了日を2020年1月31日(金)に決定しました - はてなの告知
    kura-2
    kura-2 2008/06/25
  • 自分の中の偏見を再認識した日


             Perl  Perl      Perl       
    自分の中の偏見を再認識した日
    kura-2
    kura-2 2008/06/24
  • ラリー・ウォール@Perlは、とっっても愛妻家!/Tech総研



    kura-2
    kura-2 2008/06/21
  • $this->get if $you->learn(slow) - 書評 - すぐわかるオブジェクト指向Perl : 404 Blog Not Found


    2008062001:00 //Lightweight Languages $this->get if $you->learn(slow) -  - Perl  Perl   Perl  Perl  DanPerl
    $this->get if $you->learn(slow) - 書評 - すぐわかるオブジェクト指向Perl : 404 Blog Not Found
    kura-2
    kura-2 2008/06/20
  • perl - use warnings; # -w でなくて : 404 Blog Not Found


    2008061921:45 Lightweight Languages perl - use warnings; # -w  use strict;use warnings; 404 Blog Not Found:perl - use strict; # and be happy -w ? warnings ? #!/usr/local/bin/perl use strict; sub distance { my ( $a, $b ) = @_; return sqrt( $a**2 + $b**2 ); } print distance(@ARGV), "\n"; % p
    perl - use warnings; # -w でなくて : 404 Blog Not Found
  • EmacsでPerl開発する上で必須な設定 #1 - antipop


    Perl ack Perl(Perl) Andy Lester / ack - search.cpan.org  Emacsack使 - antipop (defun ack () (interactive) (let ((grep-find-command "ack --nocolor --nogroup ")) (call-interactively 'grep-find))) ackmoccur-grep-find便 tags Meadow/Emacs mem
    EmacsでPerl開発する上で必須な設定 #1 - antipop
  • perl - 勝手に添削 - Perl入門#1@ITPro : 404 Blog Not Found


    2008060306:00 Lightweight Languages perl -  - Perl#1@ITPro Linux 20037使 1 PerlITpro Patch  use strict;use warnings; 調2 blog使IRC () before: chomp($sLine); after: chomp $sLine;
    perl - 勝手に添削 - Perl入門#1@ITPro : 404 Blog Not Found
    kura-2
    kura-2 2008/06/03
    内容はさすがによいのだが、ポップアップしてくるアレがうざい。
  • perl-mongers.org

    This domain may be for sale!

    kura-2
    kura-2 2008/06/01
    ちょwwこの程度ならfindでいいでしょww
  • tokuhirom blog

    Blog Search when-present<#else>when-missing. (These only cover the last step of the expression; to cover the whole expression, use parenthesis: (myOptionalVar.foo)!myDefault, (myOptionalVar.foo)?? ---- ---- FTL stack trace ("~" means nesting-related): - Failed at: ${entry.path} [in template "__entry.ftlh" at line 3, column 25] - Reached through: #include "__entry.ftlh" [in template "entry.ftlh" at

    kura-2
    kura-2 2008/06/01
    グローバルになっちゃうからダメの件
  • perl - 配列を1番目からはじめてみる : 404 Blog Not Found


    2008052501:15 Lightweight Languages perl - 1 0N - (rubikitch wanna be (a . lisper)) JavascriptPHP ary[0]substring() 1.. -  RubyLisp00 #0 perl 
    perl - 配列を1番目からはじめてみる : 404 Blog Not Found
  • 第4回 Catalyst(前編)---Perl向けWebアプリ・フレームワーク


    20069Web20063CatalystPerlWeb PerlWebCatalyst CatalystPerlWebCatalyst使WebcatalystPerlWeb Catalyst
    第4回 Catalyst(前編)---Perl向けWebアプリ・フレームワーク
  • Hadoop Streaming - naoyaのはてなダイアリー


    id:naoya:20080511:1210506301  kzk  Hadoop Streaming  Hadoop  MapReduce + Java Yahoo! Inc FacebookAmazon.com  http://codezine.jp/a/article/aid/2448.aspx (kzk ) Hadoop Streaming Hadoop  Hadoop Streaming 使Hadoop  MapReduce Java 
    Hadoop Streaming - naoyaのはてなダイアリー
  • perl - stat()、-X 演算子、そして _ ファイルハンドル : 404 Blog Not Found


    2008051213:30 Lightweight Languages/ perl - stat()-X  _  Tip  -s  -  Perl  if( -f $file ){ my $file_size = -s $file; print "$file $file_size \n\n"; } else{ print "$file \n\n"; } _  -X_使 if( -f $file ){ my $file_size =
    perl - stat()、-X 演算子、そして _ ファイルハンドル : 404 Blog Not Found