in reply to Re: Perl script to wait for a program to finish
in thread Perl script to wait for a program to finish

Sorry I didn't show any code. Is just a few lines long so I didn't think it was necessary. Example: system ("vp -e " . $ENV{'VREL'}); rm /home/$ENV{'verl'}; the problem is my program is dying when the user closes my vp program. I never get to the remove directory. I tried printing for debugging purposes also but my program is dying on that line.
  • Comment on Re^2: Perl script to wait for a program to finish