Subject: Re: Problem rebooting via a PERL script.
To: Damon Brodie <damon@fundy.net>
From: Erik E. Fair <fair@clock.org>
List: current-users
Date: 10/02/1998 11:49:47
Have you tried using "exec" instead of "system" since you have no args to
parse, and you know what program you're firing off? "system" fires off a
shell to do its dirty work, and that might be what's doing you in.

	Erik