I'm working with this on a linux platform and portability
is not a priority.
Is it possible to get filehandles back after a call to
exec? I've used execl in C previously to do this, but
my attempts to replicate this functionality in perl have
failed thus far. Is there similar functionality in perl?