はてなブックマークアプリ

サクサク読めて、
アプリ限定の機能も多数!

アプリで開く

はてなブックマーク

  • はてなブックマークって?
  • アプリ・拡張の紹介
  • ユーザー登録
  • ログイン
  • Hatena

はてなブックマーク

トップへ戻る

  • 総合
    • 人気
    • 新着
    • IT
    • 最新ガジェット
    • 自然科学
    • 経済・金融
    • おもしろ
    • マンガ
    • ゲーム
    • はてなブログ(総合)
  • 一般
    • 人気
    • 新着
    • 社会ニュース
    • 地域
    • 国際
    • 天気
    • グルメ
    • 映画・音楽
    • スポーツ
    • はてな匿名ダイアリー
    • はてなブログ(一般)
  • 世の中
    • 人気
    • 新着
    • 新型コロナウイルス
    • 働き方
    • 生き方
    • 地域
    • 医療・ヘルス
    • 教育
    • はてな匿名ダイアリー
    • はてなブログ(世の中)
  • 政治と経済
    • 人気
    • 新着
    • 政治
    • 経済・金融
    • 企業
    • 仕事・就職
    • マーケット
    • 国際
    • はてなブログ(政治と経済)
  • 暮らし
    • 人気
    • 新着
    • カルチャー・ライフスタイル
    • ファッション
    • 運動・エクササイズ
    • 結婚・子育て
    • 住まい
    • グルメ
    • 相続
    • はてなブログ(暮らし)
    • 掃除・整理整頓
    • 雑貨
    • 買ってよかったもの
    • 旅行
    • アウトドア
    • 趣味
  • 学び
    • 人気
    • 新着
    • 人文科学
    • 社会科学
    • 自然科学
    • 語学
    • ビジネス・経営学
    • デザイン
    • 法律
    • 本・書評
    • 将棋・囲碁
    • はてなブログ(学び)
  • テクノロジー
    • 人気
    • 新着
    • IT
    • セキュリティ技術
    • はてなブログ(テクノロジー)
    • AI・機械学習
    • プログラミング
    • エンジニア
  • おもしろ
    • 人気
    • 新着
    • まとめ
    • ネタ
    • おもしろ
    • これはすごい
    • かわいい
    • 雑学
    • 癒やし
    • はてなブログ(おもしろ)
  • エンタメ
    • 人気
    • 新着
    • スポーツ
    • 映画
    • 音楽
    • アイドル
    • 芸能
    • お笑い
    • サッカー
    • 話題の動画
    • はてなブログ(エンタメ)
  • アニメとゲーム
    • 人気
    • 新着
    • マンガ
    • Webマンガ
    • ゲーム
    • 任天堂
    • PlayStation
    • アニメ
    • バーチャルYouTuber
    • オタクカルチャー
    • はてなブログ(アニメとゲーム)
    • はてなブログ(ゲーム)
  • おすすめ

    猛暑に注意を

『use.perl.org』

  • 人気
  • 新着
  • すべて
  • Journal of Ovid (2709)

    6 users

    use.perl.org/~Ovid

    Note: any errors in this post are mine, not Ben's.Many of you might think that the idea of porting Perl to the Java Virtual Machine (JVM) is silly. In fact, it's not silly, but it's difficult and what would come out of it would be different. The JVM is simply not designed for dynamic languages and its "everything is an object" assumption simply doesn't fit the multi-paradigmatic nature of Perl. Ho

    • 世の中
    • 2009/04/21 20:18
    • perl
    • java
    • Journal of Ovid (2709)

      3 users

      use.perl.org/~Ovid

      Position   Position   Programming     Ratings   Delta Nov   Nov 2008   Nov 2007   Language        Nov 2008  2007   1          1          Java            20.299%   -0.24%   2          2          C               15.276%   +1.31%   3          4          C++             10.357%   +1.61%   4          3          (Visual) Basic   9.270%   -0.96%   5          5          PHP              8.940%   +0.25%  

      • 世の中
      • 2008/12/04 11:03
      • perl
      • program
      • PLEASE Don't Use lvalue! - Journal of Ovid (2709)

        3 users

        use.perl.org/~Ovid

        #!/usr/bin/env perl use strict; use warnings; my $val; sub val : lvalue { $val } val = 3; print $val; Loading DB routines from perl5db.pl version 1.28 Editor support available. Enter h or `h h' for help, or `man perldebug' for more help. main::(test.pl:6):      my $val;   DB<1> c Use of uninitialized value in print at test.pl line 10. at test.pl line 10 lvalue code breaks in the debugger. Not only

        • 世の中
        • 2008/01/22 12:31
        • perl
        • Journal of Ovid (2709)

          3 users

          use.perl.org/~Ovid

          I've been thinking about the Perl books that I have read and I wondered what the best Perl books of all time are. Naturally, it's not an easy question. I finally narrowed it down to a few categories: Best Perl Book for Beginners That has to go to Learning Perl, 4th edition, by Randal (one "l") Schwartz, Tom Phoenix and brian d foy. Though some may feel that there are other beginner books for Perl

          • 暮らし
          • 2006/04/15 13:27
          • perl
          • book
          • Journal of Ovid (2709)

            5 users

            use.perl.org/~Ovid

            I have just uploaded Class::CGI 0.03 to the CPAN. It should be there soon. Basically, it lets you treat form data as a collection of objects. It's very easy to use and extend. You can now set up a profile file which is a centralized spot for your handler declarations (these tell which CGI parameters get mapped to which objects). You can now do things like this: use Class::CGI   profiles => $locati

            • 世の中
            • 2006/04/10 23:19
            • cpan
            • perl
            • hatena
            • Journal of Ovid (2709)

              3 users

              use.perl.org/~Ovid

              A new version of Catalyst was released today. Amongst other things it fixed a problem I had with plugins. Basically, a plugin name pretty much had to start with Catalyst::Plugin::. If you wrote My::Plugin::DoesTheDishes, how do you get Catalyst to recognize that?Well, there are a few ways. You could write a wrapper whose name starts with Catalyst::Plugin:: and redispatches to your plugin. That's k

              • 学び
              • 2006/02/22 04:05
              • catalyst
              • perl

              このページはまだ
              ブックマークされていません

              このページを最初にブックマークしてみませんか?

              『use.perl.org』の新着エントリーを見る

              キーボードショートカット一覧

              j次のブックマーク

              k前のブックマーク

              lあとで読む

              eコメント一覧を開く

              oページを開く

              はてなブックマーク

              • 総合
              • 一般
              • 世の中
              • 政治と経済
              • 暮らし
              • 学び
              • テクノロジー
              • エンタメ
              • アニメとゲーム
              • おもしろ
              • アプリ・拡張機能
              • 開発ブログ
              • ヘルプ
              • お問い合わせ
              • ガイドライン
              • 利用規約
              • プライバシーポリシー
              • 利用者情報の外部送信について
              • ガイドライン
              • 利用規約
              • プライバシーポリシー
              • 利用者情報の外部送信について

              公式Twitter

              • 公式アカウント
              • ホットエントリー

              はてなのサービス

              • はてなブログ
              • はてなブログPro
              • 人力検索はてな
              • はてなブログ タグ
              • はてなニュース
              • ソレドコ
              • App Storeからダウンロード
              • Google Playで手に入れよう
              Copyright © 2005-2025 Hatena. All Rights Reserved.
              設定を変更しましたx