Re: AIX 4.3 - Upload amcO File upload class

1999-11-09 Thread Honza Pazdziora
ovide them or point me the right direction, It'd get me out of a hole... Why don't you use CGI.pm and $q-upload? ---- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL,

Re: Apache::GzipChain and Netscape 4.7 doesnt work with huge files??

2000-03-30 Thread Honza Pazdziora
ers differ? -- ---- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, MTB, Spain.

Re: [suggestion] *::GZip and chunked output

2000-04-12 Thread Honza Pazdziora
. Yours, -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, MTB, Spain.

Re: RFC: Apache::Request::Forms (or something similar)

2000-05-19 Thread Honza Pazdziora
for this application? -- -------- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, MTB, Spain.

Re: backticks in perl sections?

2000-05-30 Thread Honza Pazdziora
to give it a try. -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, MTB, Spain.

Location makes redirect and confuses CGI::url

2000-06-05 Thread Honza Pazdziora
welcome. -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, MTB, Spain.

Re: XSL-handler

2000-06-14 Thread Honza Pazdziora
, -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, MTB, Spain.

Re: PerlRun question

2000-07-13 Thread Honza Pazdziora
. -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, MTB, Spain. Petition for a Software Patent Free Europe http://petition.eurolinux.org

Re: PerlRun question

2000-07-13 Thread Honza Pazdziora
have a lot of such uses of globals in scripts here, and the problem is that nor -w nor use strict catches such problems. PerlRunOnce works just fine, except that forking new process for each request is still rather slow. -- -

Re: Auto rollback using Apache::DBI

2000-09-07 Thread Honza Pazdziora
, not to push the cleanup handler, but I believe that generally the rollback is wanted thing in all cases. -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW

Re: Auto rollback using Apache::DBI

2000-09-08 Thread Honza Pazdziora
won't be rollbacked. -- -------- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, MTB, Spain, ...

Re: Strangeness with Carp under mod_perl

2000-10-10 Thread Honza Pazdziora
, with no real context in $0. -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, mod_perl, DBI, Oracle, auth. WWW servers, XML/XSL, ...

With high request rate, server stops responding with load zero

2001-01-16 Thread Honza Pazdziora
ppreciated, -- ---- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, mod_perl, DBI, Oracle, auth. WWW servers, XML/XSL, ... Petition for a Software Patent Free Europe http://petition.eurolinux.org

Re: With high request rate, server stops responding with load zero

2001-01-16 Thread Honza Pazdziora
? -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, mod_perl, DBI, Oracle, auth. WWW servers, XML/XSL, ... Petition for a Software Patent Free Europe http://petition.eurolinux.org

Re: Upgrading mod_perl on production machine (again)

2001-01-20 Thread Honza Pazdziora
to be linked against libraries in nonsystem locations, so you also have to do some LD_* settings. But it's doable. -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, mod_perl, DBI, Oracle

Re: [ANNOUNCE] HTTP::GHTTP 1.06

2001-01-21 Thread Honza Pazdziora
17 Jan 21 17:25 libghttp.so.1 - libghttp.so.1.0.0 -rwxr-xr-x 1 adelton student 185504 Jan 21 17:25 libghttp.so.1.0.0 Yours, -- ---- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl,

Re: [OT] How to write this perl sub w/o variables?

2001-04-29 Thread Honza Pazdziora
On Sun, Apr 29, 2001 at 04:34:40AM -0400, Philip Mak wrote: I was thinking something like sub XMLEncode { local $_ = shift; s//amp;/g; s//lt;/g; s//gt;/g; return $_; } -- Honza

Re: my OR our that is the question ?!

2001-08-10 Thread Honza Pazdziora
to. -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ .project: Perl, DBI, Oracle, MySQL, auth. WWW servers, DBD::XBase. Will be off email until Aug 15 -- please don't expect responses until then.

Re: my little stupid script

2002-12-23 Thread Honza Pazdziora
= shift; But first of all the question is if this code is run in an environment where this shift will return Apache-request object. -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ ... all

Re: Determining when a cached item is out of date

2003-01-17 Thread Honza Pazdziora
and be done with it. Of course, if your select set is so wide that it is not reasonably cachable, you are out of luck with this route. Yours, -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton

Re: Newbie advice required

2003-02-06 Thread Honza Pazdziora
transparently ... -- Honza Pazdziora | [EMAIL PROTECTED] | http://www.fi.muni.cz/~adelton/ ... all of these signs saying sorry but we're closed ...