I noiced yesterday while debugging a Perl script that includes an rdimpot command that doing this:

if (system("rdimport...")) {
  [import failed]
} else {
  [import succeeded]
}

...doesn't work. I saw a series of "missing or invalid group" messages, yet the script behaves as if the import succeeded and gos merrily on its way.

Should I be attempting this differently?


Rob

--
Слышу голос из прекрасного далёка,
Он зовёт меня в чудесные края,
Слышу голос, голос спрашивает строго -
А сегодня что для завтра сделал я.
_______________________________________________
Rivendell-dev mailing list
[email protected]
http://caspian.paravelsystems.com/mailman/listinfo/rivendell-dev

Reply via email to