system (date) in perl

From: Alexandre Jaquet (alexj_at_floor.ch)
Date: 02/28/05


Date: Mon, 28 Feb 2005 17:11:25 +0100

Hi I can't find why I'm getting Bad file descriptor when I use :

my $time_start = system "date \"+%H:%M:%S\"";
warn "date \"+%H:%M:%S\""; --> date "+%H:%M:%S"

thx