------- Description from SUZUKI, Norio 2001-11-06 14:36 The script shown below works on ActivePerl build 629, but not works on build 630. ---^ system "echo Help!"; system "command/c echo Help me! > help.tmp"; open FILE, "type help.tmp |"; @file = ; close FILE; for (@file) {print} ---$