<?xml version="1.0" encoding="windows-1252"?>
<node id="475508" title="Re^4: Why no warnings for 1 in void context?" created="2005-07-16 17:42:13" updated="2005-08-12 12:35:04">
<type id="11">
note</type>
<author id="961">
Anonymous Monk</author>
<data>
<field name="doctext">
&lt;p&gt;Why not just quote the source?

&lt;code&gt;
// op.c 765
else if (SvPOK(sv)) {
          /* perl4's way of mixing documentation and code
            (before the invention of POD) was based  a
             trick to mix nroff and perl code. The trick was
             built upon these three nroff macros being used in
             void context. The pink camel has the details in
             the script wrapman near page 319. */
    if (strnEQ(SvPVX(sv), "di", 2) ||
	strnEQ(SvPVX(sv), "ds", 2) ||
	strnEQ(SvPVX(sv), "ig", 2))
	    useless = 0;
}
&lt;/code&gt;</field>
<field name="root_node">
475466</field>
<field name="parent_node">
475504</field>
<field name="reputation">
18</field>
</data>
</node>
