On Tue, 2004-03-09 at 05:15, Luke Palmer wrote: > - system "$pathes{$names[$i]} $directory/" > - . "$benchmark.$suffixes[$i][$j]" > - . '>/dev/null';
File::Spec has a devnull() method. I'd use that to improve portability, though I'm never sure how shell redirection breaks on weird platforms. -- c