ニュース

本連載では第一線のPerlハッカーが回替わりで執筆していきます。今回のハッカーはPerlで長年Webサービス開発に携わっているマコピーこと谷脇真琴さんで、 テーマは 「PPIとPerl::Tidyを組み合わせて作るコード整形ツール」 です。 本稿のサンプルコードは ...
3. [] Click **Show Applications** at lower left corner of the Desktop. In the Search field type **text editor**. From the search results click **Text Editor**. &gt ...
本連載では第一線のPerlハッカーが回替わりで執筆していきます。今回のハッカーはpapixこと福本貴之さんで、 テーマは 「PerlでInfrastructure as Code」 です。 本稿のサンプルコードは、 WEB+DB PRESS Vol. 91のサポートサイトから入手できます。 PerlでInfrastructure as Code!
翔泳社では、「独習」「徹底入門」「スラスラわかる」「絵で見てわかる」「一年生」などの人気シリーズをはじめ、言語や開発手法、最新技術を解説した書籍を多数手がけています。プロジェクトマネジメントやチームビルティングといった管理職向けの ...
Slashdot, the trendsetting blog, was coded in Perl more than 14 years ago. As the website grew, and stayed up, people began to realize that C++ was not the only way to write fast code. But a decade is ...
Scripting languages are the hot technology today for application and Web development — no longer the backwater afterthought of the early days running in a pokey interpreter. Nor are scripting ...
Abstract: Scripting languages are popular in software development, for rapid prototyping and flexible software integration. Still, there has been relatively more effort spent on reverse engineering ...
The former second-class citizens of the programming world have leaped to the fore, changing the face of enterprise software development. With the rise of Web 2.0, scripting languages (also called ...
プログラムからCSVファイルやHTMLファイルなどの外部ファイルを読み込む場合、正しく文字コードを指定しないと文字化けします。一方、毎回外部ファイルに合わせてプログラム内の指定を変えているとプログラムの汎用性が落ちてしまいます。Perl ...
Perl で、携帯端末などで簡単に読み取れる QRコードを描く方法を紹介します。CPAN モジュール Imager::QRCode を使います。 Perl で QRコードを描く方法を紹介します。 QRコードとは? QRコードとは、スマートフォンなどのカメラ付携帯端末で読み取れる格子柄の図の ...