ニュース

本連載では第一線のPerlハッカーが回替わりで執筆していきます。今回のハッカーはacotieこと横山彰子さんで、 テーマは 「新人さんのための仕事で使えるPerl基礎知識」 です。CPAN環境の構築方法や変数の扱いなど、 新人さんがPerlで最初につまずきがちな ...
The 'use' is giving me warning's against 5.6.1 code:<BR><BR>v-string in use/require non-portable at /PATH line #.<BR><BR>I will need to update all of the 'use ...
(1) はこちら、 (⁠2) はこちらから。 Perl 5. 26で新たに追加されたもの このように非互換性の話ばかりしているとPerl 5. 26へのアップグレードをためらう声も出てきそうですが、 Perl 5. 26にはセキュリティ上のメリットだけでなく、 性能的なメリットや ...
Perlは30年以上の歴史を持ち、さまざまな分野で使われているプログラミング言語です。代替言語も多く登場しており、時代遅れの言語と見なされる場面も多くありますが、実際はどうなのでしょうか?Perlの言語としての特徴や将来性を解説します。 Perlとは ...
The TIOBE Index is an indicator of which programming languages are most popular within a given month. Each month, we examine ...
An associative array is an array which uses strings as indices instead of integers. To see how associative arrays work, we’re going to look at both the Korn shell and Perl, though only the newest ...
For the types of problems perl "regexps" don't solve well, people who need to solve that particular problem fast are free to use other tools. If a lexer isn't enough, add a parser: regexps are for ...
Perl may be increasing in popularity because Perl 5 is consistently updated, but the exact reason for its rise is difficult ...