--- deliantra/server/ext/dm-support.ext 2007/11/25 19:08:24 1.18 +++ deliantra/server/ext/dm-support.ext 2009/01/01 21:21:00 1.22 @@ -31,7 +31,7 @@ ext::books::reload & ext::map_tags::reload & ext::map_world::reload & -print JSON::XS->new->pretty->encode({cf::mallinfo}) +({cf::mallinfo}) EOF print $fh "\n> "; @@ -50,7 +50,7 @@ package cf; select $fh; - # compile first, the execute, as Coro does not support switching in eval string + # compile first, then execute, as Coro does not support switching in eval string my $cb = eval "sub { $cmd \n}"; my $t1 = Time::HiRes::time;