Message-ID: <
20030804200145.GB21699@grazzini.net>
Prevent the warning "Bareword found where operator expected" in
the case "print $fh foo()" where foo() is an undefined function.
p4raw-id: //depot/perl@20480
}
}
else {
- GV *gv = gv_fetchpv(tmpbuf, FALSE, SVt_PVCV);
- if (gv && GvCVu(gv))
- PL_expect = XTERM; /* e.g. print $fh subr() */
+ PL_expect = XTERM; /* e.g. print $fh subr() */
}
}
else if (isDIGIT(*s))