> Really strange. This is supposed to work with perl 5.005_03. Please > try adding a third parameter to the syswrite calls: > syswrite PIPE, "\n"; > becomes: > syswrite (PIPE, "\n", length ("\n")); > and so on. > > In sensors-detect we use that form and it seem to work for you. If it > works I'll commit the changes. I just realized I should be using print, not syswrite, so you may check just to increase our knowledge, but the fix I'll commit will be different anyway. -- Jean Delvare http://www.ensicaen.ismra.fr/~delvare/