Embperl Job Openings at CNET

2001-04-03 Thread John Walstra
and 5 others). I figured if we are looking for people, who we don't need to teach Embperl and Perl, this would be a good place to start. John -- John Walstra CNET Networks Senior Software Developer, Jack Of All Trades300 Park Bl

Re: multipart/form-data and fdat

2001-03-08 Thread John Walstra
essage, I guess it's > coming out of CGI.pm, because it cannot handle the format the browser sends. > Have you tried another browser, does this change anything ? > > Gerald -- John Walstra CNET Networks Senior Software Developer, Jack Of All T

Re: udat values changing

2001-03-07 Thread John Walstra
? I'm assume through "EMBPERL_SESSION_ARGS". John Thus spake Angus Lees ([EMAIL PROTECTED]): > On Wed, Mar 07, 2001 at 06:18:11PM -0600, John Walstra wrote: > > > > PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Null" > > PerlSetEnv EMBPERL_SESSION_ARGS "D

udat values changing

2001-03-07 Thread John Walstra
the "Null" lock style would cause a problem with %udat not having values stick. Little chunck from the httpd.conf. PerlSetEnv EMBPERL_SESSION_CLASSES "MySQL Null" PerlSetEnv EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:database=sessions

Re: multipart/form-data and fdat

2001-03-07 Thread John Walstra
Apache. > > I don't think so > > Could you add a > > print LOG $ENV{CONTENT_TYPE} ; > > to see what the actual content type is ? > > Gerald > > > > > > ----- > To unsubscr

Re: multipart/form-data and fdat

2001-03-06 Thread John Walstra
's viceversa. Only $ENV{'CONTENT_TYPE'}=~m|^multipart/form-data| is in > now, because only multipart/form-data is handled by CGI.pm, while all other > sort of data is handled by the C part of Embperl. > > I use Embperl 1.3.1 with both sorts of forms and it works w

multipart/form-data and fdat

2001-02-21 Thread John Walstra
problems here? Here is my little test script. I monitor the apache "error_log" for the results. [- use Data::Dumper; print STDERR Dumper( \%fdat ); print STDERR Dumper( \%udat ); $udat{hi} = $fdat{asdf}; -] -- John Walstra

Re: Session error or just not possible

2000-09-28 Thread John Walstra
On Thu, 28 Sep 2000, Angus Lees wrote: > On Thu, Sep 28, 2000 at 11:01:26AM -0500, John Walstra wrote: > > Is there anyway to have multiple apaches running, on different > > ports, by different users and fake out semaphores? Would NullLocker do it? > > use

Session error or just not possible

2000-09-28 Thread John Walstra
erent users and fake out semaphores? Would NullLocker do it? Thanks, John -- John Walstra CNET Networks / Apollo Solutions Senior Software Developer 300 Park Blvd, Suite 105 mailto:[EMAIL PROTECTED]

Session errors

2000-09-18 Thread John Walstra
v EMBPERL_SESSION_ARGS "DataSource=dbi:mysql:sessions UserName=username Password=password" >However, if I use SysVSemaphoreLocker then I get this error when it tries >to load a page from a browser. > [>27330]ERR: 24: Line 12: Error in Perl code: Permission denied at >/u

Re: Redirecting and fdat

2000-09-15 Thread John Walstra
d them as query string to the redirect URL > > e.g. to pass name > > $req_rec->header_out("Location" => "second.epl?name=$fdat{name}"); > $req_rec->status(REDIRECT); > > or you can use the session management and store them in %udat, but this w

Redirecting and fdat

2000-09-14 Thread John Walstra
$req_rec->header_out("Location" => "second.epl"); $req_rec->status(REDIRECT); What I want is to have the data that is stored in fdat, from the first document, be passed to the second document via the redirect. Is this possible? Thanks, John -- John Walstra