タグ

webとPerlに関するtakuya5455のブックマーク (4)

  • Web Scraper Shibuya.pm tech talk #8

    The document discusses using Web::Scraper to scrape web pages in a robust, maintainable way by using CSS selectors and XPath queries rather than fragile regular expressions. Web::Scraper provides a domain-specific language for defining scraping processes and extracting desired data from web pages into structured results. Examples show how to scrape links, text, and nested data from HTML elements u

    Web Scraper Shibuya.pm tech talk #8
  • perl-mongers.org - このウェブサイトは販売用です! - perl mongers リソースおよび情報

    This webpage was generated by the domain owner using Sedo Domain Parking. Disclaimer: Sedo maintains no relationship with third party advertisers. Reference to any specific service or trade mark is not controlled by Sedo nor does it constitute or imply its association, endorsement or recommendation.

  • 今日のCPANモジュール(跡地) 目次

    Redirecting… Click here if you are not redirected.

    takuya5455
    takuya5455 2009/08/30
    WWW::Mechanize を使うと、人間がブラウザですること (URL を開き、リンクをたどり、ID・Pass を入力、ログインボタンを押す…) を Perl にエミュレートさせることができます。略称 Mech(メック)。あまりに簡単・便利なのでな
  • Perlとは - IT用語辞典

    概要 Perl(Practical Extraction and Report Language)とは、簡潔な記述や柔軟性、拡張性の高さが特徴的な高水準のプログラミング言語の一つ。いわゆるスクリプト言語あるいは軽量言語(LL:Lightweight Language)の草分けの一つで、UNIX系OSを中心に広く普及している。 基的な文法や記法やC言語に似ているが、多様で自由度が高く、記号などを組み合わせた簡潔な記法で処理を記述することができる。言語仕様の一部に正規表現を取り込むなどテキスト(文字)処理のための豊富な機能が用意されており、また、連想配列(ハッシュ)やリファレンス(変数などのメモリ上の位置を扱う機能)など高度な機能も標準で用意されている。 積極的に新しい機能を取り入れる開発姿勢でも知られ、オブジェクト指向プログラミングを可能にする拡張や、プログラムのモジュール(部品)化および

    Perlとは - IT用語辞典
    takuya5455
    takuya5455 2009/08/27
    mod_perlとは、Webサーバソフト「Apache」の追加機能(モジュール)の一つで、Perl言語で書かれたプログラムを高速に実行する機能。  Apache/Perl Integration Projectというグループが開発したソフトウェアで、これを組み込んだApacheは
  • 1