in reply to Running aldec simulation command using per system() function !!!

Here's my obligatory link to my node where I discuss running external commands using various modules. IPC::System::Simple is a drop-in replacement for Perl's system with much better error reporting, that way you can get some error messages to find out what might be going wrong to start with. Although I think hippo is probably right about the interpolation of @acdb_file_list. Also, always Use strict and warnings for more helpful messages from Perl.

  • Comment on Re: Running aldec simulation command using per system() function !!!
  • Download Code