in reply to Re: B::CC and fake_ppaddr
in thread B::CC and fake_ppaddr

Thanks diotalevi, that seems to work. The output is, well, interesting!

Replies are listed 'Best First'.
Re: Re: Re: B::CC and fake_ppaddr
by diotalevi (Canon) on Dec 09, 2003 at 20:39 UTC
    So spill.
      Well it's a c program all right, with 361 lines produced from:
      #!/usr/bin/perl -w use strict; sub B::FAKEOP::fake_ppaddr { $_[0]->{fake_ppaddr} || 0 } print "here it is\n";
      Should I really post the whole thing here?
        Oh I guess not then. I thought it might have been something interesting. What are you using this for anyway? I've never understood the C-outputting backend to work all that well anyway.