2005/11/14 (月) 00:18:08        [qwerty]
$logfile='/etc/qwerty_log';
open(LOG,">>logfile") or die "$logfile $!";
  print LOG @qwerty_data;
close(LOG);