I am forking a process that has worked before but for some reason now when I run it putting an exit to exit out of the process after I'm done I'm getting a memory access error from windows for the perl.exe. Here is the code:
my ($pid, @pids) = (undef, ());
foreach $name (keys %tella)
{
if...