The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
--- ./pod/perlipc.pod~	Sun Jun 14 15:42:18 1998
+++ ./pod/perlipc.pod	Mon Jun 29 16:55:02 1998
@@ -258,6 +258,11 @@ read from the file F<f1>, the process F<
 in this case), the F<f2> file, the F<cmd2> command, and finally the F<f3>
 file.  Pretty nifty, eh?
 
+B<WARNING>: This is a grave security risk for scripts using C<<E<gt>>.
+It introduces security holes in programs which I<look> safe.
+A fix to Perl, and to this documentation, will come when a way to
+address backward compatibility is invented.
+
 You might notice that you could use backticks for much the
 same effect as opening a pipe for reading: