ASP.pm and multipart/form .. error

2001-07-09 Thread ivan
ell me how can solve it ?! I'm continuing with the tests. :") = iVAN [EMAIL PROTECTED] =

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

2001-07-09 Thread ivan
. I'm working with ASP.pm-mod_perl thanx alot = iVAN [EMAIL PROTECTED] =

2 questions

2001-07-09 Thread ivan
?! which doesn't help me alot possibly this has to be some sort of FILTER ?! has to have the ability to get arguments !?!? May be : [%FILTER parse(tplname=myslect, size=10, style="...")%] ... ... ... [%END%] [%FILTER parse(tplname=myin, size=12, class=blah)%] [

[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
right part 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 > > Th

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 le

perl's memory leak

2000-12-07 Thread Ivan E. Panchenko
s result seems to be correlated with the amount 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 -