in reply to Re: How to hook up C's socketpair() with Perl's?
in thread How to hook up C's socketpair() with Perl's?

execl("./filter.pl", NULL);
should be
execl("./filter.pl", "./filter.pl", NULL);