On Fri, 25 Feb 2005, Marcos Rebelo wrote: > My $pid = open2(my $RDRFH, my $WTRFH, "perl", "-e", "while (<>) > {print}");
Using 'use warnings' should have told you that 'My' is broken here. What messages do you get when you try to run the program? -- Chris Devers -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>