in reply to Backticked commands and the readpipe blues

The readpipe function is questionable in other ways:

$ perl -e'print prototype("CORE::readpipe")' Can't find an opnumber for "readpipe" at -e line 1. $

Source diving shows that backticks and iirc readpipe, too, are implemented by do_backticks.

After Compline,
Zaxo