Why is this useful? Well, if the purpose of this Perl program were to
set up a particular environment to run another program, the purpose
is fulfilled as soon as the other program has started. If we'd
used system instead of
exec, we'd have a Perl program just
standing around tapping its toes waiting for the other program to
complete, just so Perl could finally immediately exit as well, and
that's a wasted resource.