2 questions

2001-07-09 Thread ivan
.. /select [%END%] [%FILTER parse(tplname=myin, size=12, class=blah)%] input type=text size=12 class=blah [%END%] Please help me... i haven't written a filter !?! is there any other solution !?!? Thanx alot = iVAN [EMAIL PROTECTED] =

ASP.pm and script %main (name-table) !?

2001-07-09 Thread ivan
-mod_perl thanx alot = iVAN [EMAIL PROTECTED] =

ASP.pm and multipart/form .. error

2001-07-09 Thread ivan
continuing with the tests. :) = iVAN [EMAIL PROTECTED] =

[job] need a perl guru?

2001-06-28 Thread Ivan Kohler
mod_ and regular flavours. http://420.am/~ivan/resume.html -- meow _ivan

[job] need a perl guru?

2001-04-22 Thread Ivan Kohler
mod_ and regular flavours. http://420.am/~ivan/resume.html -- meow _ivan

Re: perl's memory leak

2000-12-09 Thread Ivan E. Panchenko
memory (one more 1M) can be used nowhere except the same line of code. This is strange. I understand that it can be an optimization trick, but when you frequently operate with megabytes, this becomes a pleasant feature which looks and behaves like a memory leak :) Ivan The matter is that perl

perl's memory leak

2000-12-07 Thread Ivan E. Panchenko
ount of memory taken by the process from the OS. # This was checked on FreeBSD 3.4 and 4.2 ; and perl5.00405 5.00503 . Same things where noticed on Linux and probably on Solaris too. Ivan - To unsubscribe, e-ma

Re: perl's memory leak

2000-12-07 Thread Ivan E. Panchenko
) after print STDERR and watch "top". Ivan On Thu, 7 Dec 2000 [EMAIL PROTECTED] wrote: The output I get is used memory = 0 used memory = 0 used memory = 0 used memory = 0 used memory = 0 I'm interested in how many leaks are possible in mod_perl though because m