in reply to Re: Follow up to RFC: Templating without a System (required)
in thread Follow up to RFC: Templating without a System
And yes, I have to write a testsuite. (is there a leak?)package Foo; $f = 'testsub.pl'; $s = eval "require $f"; delete $INC{$f}; $t = eval "require $f"; print "$_\n" for ($s,$t); __END__ CODE(0x8167948) CODE(0x81679a8)
I'll update the code in the previous post sometime really soon (today or tomorrow).
--shmem
_($_=" "x(1<<5)."?\n".q·/)Oo. G°\ /
/\_¯/(q /
---------------------------- \__(m.====·.(_("always off the crowd"))."·
");sub _{s./.($e="'Itrs `mnsgdq Gdbj O`qkdq")=~y/"-y/#-z/;$e.e && print}
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Follow up to RFC: Templating without a System (required)
by tye (Sage) on Jul 01, 2006 at 15:48 UTC | |
by shmem (Chancellor) on Jul 03, 2006 at 09:53 UTC | |
|