冪乗演算子

**で冪乗を計算できる。

べき乗演算子 - ** - Perl入門ゼミ

実行すると、

$ vi exponentiation_operator.pl
$ perl exponentiation_operator.pl
$y1 = 8
$y2 = 625
$y3 = 49
$

冪乗が計算できてる。

Sample/perl/exponentiation_operator/exponentiation_operator/src/exponentiation_operator at master · bg1bgst333/Sample · GitHub