On Saturday 05 January 2008 14:00:41 nadim khemir wrote: > Do you happend to know something about > replacing 'print' with XS code short of patching perl (which doesn't sound > like a good idea)
Sure, swap the pp_print function pointer in the opcode array before you compile the code you wish to behave differently. -- c