in reply to Re^2: system/exec and %ENV
in thread system/exec and %ENV

Had you used warnings, you'd have got an error message:

use strict; use warnings; exec 'date'; print "still alive\n";
Statement unlikely to be reached at - line 5. (Maybe you meant system() when you said exec()?) Wed Jul 16 08:36:05 CEST 2008

--
David Serrano