AuthDBI logoff

2003-03-28 Thread Todd White
i'm seeking a means by which i can allow my web users to "logoff" after authenticating for access to restricted web space. i realize that users can just close their browser, but i'm seeking a solution that allows the browser to remain open. essentially, i want a button that a user can click that

file upload

2006-05-24 Thread Todd White
I have a single small working program as a proof of concept for file uploading using Embperl. That program is as follows: ~~~ [- $fh = $fdat{testfield}; while (<$fh>) { $content .= $_; } -] filename: [+ $fdat{testfield} +] co

Re: file upload

2006-05-25 Thread Todd White
Shoot! Current circumstances might not allow for a recompiling of Embperl. Does anyone know of any possible work around? Thanks Dirk. --Todd White On Thu, 25 May 2006, Dirk Jagdmann wrote: > > M_TWO > > > > Apache/1.3.34 (Unix) > > Embperl/1.3.6 >

$cnt doesn't work for me as advertised

2007-09-25 Thread Todd White
The variable $cnt doesn't seem to work for me. Am I doing something wrong? Here's my code: ## $cnt test [- $maxcol = 3; -] [+ $maxcol +] [- @test_arr = ('A', 'B', 'C', 'D', 'E', 'F', 'G'); -] [+ $test_arr[$cnt] +] ###

RE: $cnt doesn't work for me as advertised

2007-09-25 Thread Todd White
I'm expecting three rows of three columns, like so: A B C D E F G All I am getting is one row of one column. A --Todd On Tue, 25 Sep 2007, Tom Briles wrote: > Looks correct to me. What are you expecting? > > - Tom > > > -Original Mess

RE: $cnt doesn't work for me as advertised

2007-09-26 Thread Todd White
Is anyone successfully using the $cnt and $maxcol variables? On Tue, 25 Sep 2007, Todd White wrote: > I'm expecting three rows of three columns, like so: > > AB C > DE F > G > > All I am getting is one row of one column. > > A > > &

RE: $cnt doesn't work for me as advertised (fwd)

2007-09-26 Thread Todd White
I'm wondering if anyone on this list would have any knowledge regarding the following Embperl question? Is anyone aware of a bug I may have encountered? Thanks. -- Forwarded message -- Date: Wed, 26 Sep 2007 08:06:01 -0400 (EDT) From: Todd White <[EMAIL PROTECTED]>

RE: $cnt doesn't work for me as advertised (fwd)

2007-09-26 Thread Todd White
d looking at the source of the output: > > > > >SCRIPT_NAME >/pages/test.epl > > > > So I too am confused. Could someone further define $cnt and/or explain why it > doesn't work as intended? > &g

Re: $cnt doesn't work for me as advertised

2007-09-27 Thread Todd White
I shouldn't have to use $row and $col. And I shouldn't have to be working with an array of an array. --Todd On Wed, 26 Sep 2007, Ben Kim wrote: > On Wed, 26 Sep 2007, Todd White wrote: > > I think the $cnt does not work. > > You need to use $row and $col. I think

RE: Re: $cnt doesn't work for me as advertised

2007-10-01 Thread Todd White
http://www.ecos.de Fax: +49 6133 939-333 > > Sitz der Gesellschaft: Dienheim; AG Mainz HRB 6889; GF: W.Heck,G.Richter > > > > > > -Original Message- > > From: Todd White [mailto:[EMAIL PROTECTED] > > Se

textarea "arrays" initialize incorrectly

2008-03-19 Thread Todd White
HATEVER_6"} = "f"; $fdat{"WHATEVER_7"} = "g"; $fdat{"WHATEVER_8"} = "h"; -] [$ foreach $i (1 .. 8) $] [$ endforeach $] Here's the very odd result: http://www.merit.edu/~tmwhite/textarea.epl Can anyone explain why? Or i

RE: textarea "arrays" initialize incorrectly

2008-03-19 Thread Todd White
ted (i.e., > each textarea has only one character). > > Is there something you aren't telling us? > > -Original Message- > From: Todd White [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 19, 2008 1:48 PM > To: embperl@perl.apache.org > Subject: textarea "

Re: textarea "arrays" initialize incorrectly

2008-03-19 Thread Todd White
Yeah... that's the workaround I am using, but I was wondering if I could avoid using the workaround. On Wed, 19 Mar 2008, Frank Wesemann wrote: > Todd White schrieb: > > > > Here's the very odd result: > > http://www.merit.edu/~tmwhite/textarea.epl > >

Re: embperl releases

2010-03-17 Thread Todd White
I wholeheartedly second this. Thank you. Thank you. --Todd On Wed, 17 Mar 2010, Michael Smith wrote: > Thank you Gerald, > > I'm sure I speak for many on this list by saying this is fantastic > news. Your efforts are much appreciated. > > I very much look forward to seeing this beta. > > Mic