例 ---------- hello.pl ---------- #!usr/bin/perl print "Hello World\n"; ---------- 実行 perl hello.pl もしくは chmod 755 hello.pl ./hello.pl