in reply to Re: Inlining method/function calls?
in thread Inlining method/function calls?

Ok, assume I'm willing to promise that the method / function won't change. In this case the method call was hardcoded in and can't change - I already circumvent perl's normal flexiblity.

  • Comment on Re: Re: Inlining method/function calls?

Replies are listed 'Best First'.
Re^3: Inlining method/function calls?
by adrianh (Chancellor) on Jul 26, 2003 at 23:07 UTC

    A source filter would seem the only solution in Perl5 - or, if you want something quick and dirty, using CPP via the -P command switch.