hello.plを実行

テキストエディタでhello.plを作る
print "hello";
を記述してCドライブのplフォルダに保存
perl C:\pl\hello.plで実行
hello
と表示された


Back