Thursday, March 22, 2007

ファイルの出力

open( DL, $file );

print <DL>;

close( DL );
一度変数を入れたりするとテキストデータでない場合、

取り出したデータが壊れたりすることがある。

No comments: