I've been trying to turn an open2 command into an IPC::Run command without much luck, here's my open2 command:
open2 *READER, *WRITER, "$self->{_nsgmls} -E0 -s $sgmlDecl - 2>&1"; print WRITER $self->{_xhtml}; close WRITER; while (<READER>) { .... So far I haven't even come close to getting the same effect with IPC::Run, and the examples shown in the pod are not very easy to understand nor follow. So any help would be appreciated. -- print`$^Xdoc -qj`=~/"(.*)"/ -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]