in reply to Re: FILEHANDLE not visible outside subroutine
in thread FILEHANDLE not visible outside subroutine

Hello choroba ,, I'm sure the open statement returns just fine ,. Although , I was not aware filehandles could not be shared in threads (newbie :/) , thank you so much for pointing that out . I have modified the code to avoid the filehandle statement , and used a shared variable to store the command output , it works great !! .. Thanks again ... :)
  • Comment on Re^2: FILEHANDLE not visible outside subroutine