in reply to IPC::Run not working with wperl
I bet IPC::Run is expecting them to be defined, and from what I read about wperl these file handles are not initially available.open(STDIN, "<c:\\foo"); open(STDOUT, ">c:\\bar");
I'd be interested to know if this works or not.
Another option is to use the ->as_debug or ->as_canon method to get the input that will be passed to the GraphViz command (dot or whatever) and invoke the command yourself.
|
|---|