アットウィキロゴ

Perlの基礎

最初のプログラム


use strict;
use warnings;
 
my $var = "Hello world!";

print $var,"\n";

1;
最終更新:2010年12月28日 08:32