On Tue, Jul 15, 2008 at 01:49:42PM +0100, Rob Dixon wrote:
> 
> Ivan Gromov wrote:
> >
> > Rob Dixon wrote:
> >>
> >> print() is one of the built-in functions that can't be overridden. You will
> >> have to use a source filter or simply edit your Perl program. Take a look 

You can do something horrible in XS like changing PL_ppaddr[OP_PRINT] or
hacking the optree or replacing the runops loop or something if you are
careful, or foolhardy, but that probably wouldn't be a topic for this
list.

-- 
Paul Johnson - [EMAIL PROTECTED]
http://www.pjcj.net

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to