本連載では第一線のPerlハッカーが回替わりで執筆していきます。今回のハッカーはPerlとAzureが好きなわいとんさんで、 テーマは 「サーバレスでもPerl」 です。 サーバレスという言葉が出てきて数年が経過しましたが、 Perlとは縁のないものだと思ってい ...
(1) はこちら、 (⁠2) はこちらから。 関数の実装 いよいよコードを実装します。ここでは作業環境にMacを利用する前提で説明します。 まず、 関数のプロジェクトとなるフォルダを用意します。顔認識をさせるプロジェクトですので、 名前を ...
# Perl's builtins know whether you've invoked them in void, scalar, or list context. # So too can your functions. # This can be useful for functions which might produce expensive return values to ...
Perlは30年以上の歴史を持ち、さまざまな分野で使われているプログラミング言語です。代替言語も多く登場しており、時代遅れの言語と見なされる場面も多くありますが、実際はどうなのでしょうか?Perlの言語としての特徴や将来性を解説します。 Perlとは ...
Today, you learn about the built-in Perl functions that convert scalar values from one form to another, and the Perl functions that deal with variables that have not had values defined for them. You ...
Today's lesson describes three groups of built-in Perl functions: The functions that manipulate processes and programs that are currently running The functions that perform mathematical operations The ...
DESCRIPTION The perl module allows you to easily embed a Perl interpreter in any Python program. It can be used to invoke arbitrary Perl code, load any Perl modules and make calls directly into Perl ...
The Best Books to Learn Perl Programming help beginners and professionals master modern Perl Programming with updated concepts and practices. Perl remains a strong Programming Language for automation, ...