2009-01-04から1日間の記事一覧

ファイルの COPY

1.1. ファイルの COPY 1行ずつ読んで、1行ずつ書く lesson001.pl use strict;print while(<STDIN>); 実行結果 C:\>perl "C:\study\SoftwareTools\1_1_ファイルのCOPY\lesson001.pl" ftwareTools\1_1_ファイルのCOPY\test.txt" 1. 手はじめに 1.1. ファイルの COPY</stdin>…