Re: persistent problem: FIXED...well sorta

2000-08-01 Thread Erich L. Markert
d seem to me...just thinking out loud :-) > > jb -- __________ Mr. Erich L. Markert [EMAIL PROTECTED] Computer Learning Center TEL (914)422-4328 Pace University 1 Martine Ave White Plains, New York 10606-1932 Those who do not understand Unix are condemned t

Re: persistent problem: FIXED...well sorta

2000-08-01 Thread Erich L. Markert
ee it that way either... > > jb > > ----- Original Message - > From: Erich L. Markert <[EMAIL PROTECTED]> > To: Jon Brisbin <[EMAIL PROTECTED]> > Cc: ___cliff rayman___ <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> > Sent: Tuesday, August 01, 2000 11:38 AM

Re: persistent problem: FIXED...well sorta

2000-08-01 Thread Erich L. Markert
so that's good, and if you try to pull it up through > "/cgi-bin/tmp/23k4j2l3k4j23" it would give you a 500, so that's pretty > secure, right?? > > jb > > - Original Message - > From: Jon Brisbin <[EMAIL PROTECTED]> > To: Erich L. Markert

Re: persistent problem: FIXED...well sorta

2000-08-01 Thread Erich L. Markert
t; jb > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- __ Mr. Erich L. Markert [EMAIL PR

Re: persistent problem ;-)

2000-08-01 Thread Erich L. Markert
> > OR if you just want to use a temp storage area then: > > BEGIN { > $ENV{EMBPERL_SESSION_CLASSES} = "FileStore SysVSemaphoreLocker"; > $ENV{EMBPERL_SESSION_ARGS}= "Directory=/tmp/sessions"; > } Ooh... This creates a security problem... It would be better to create a dedicated director

Re: Beginner's question

2000-06-16 Thread Erich L. Markert
$_ = s/\s+/\/; > PRINT OUT "\",$_,"\n"; > } > > print "\"; > $escmode = 1; > -] > > > > > This page produces (by embpexec.pl): > > > > > Statystyki poczty

Re: select list question - again...

2000-06-15 Thread Erich L. Markert
> but this doesn't reset "state" to the value that was retrieved from the > > database. > > Must be "SELECTED" and not SELECT, but it should be enought to simply set > %fdat to the same values as it was before and Embperl will automaticly > insert t

Re: Beginner's question

2000-06-14 Thread Erich L. Markert
Yep, my mistake. [EMAIL PROTECTED] wrote: > > $escmode has nothing to do with being able to use print() inside [- -]. In > order to do that you have to turn on optRedirectStdout as part of your > EMBPERL_OPTIONS in your conf file. > > On 14-Jun-2000 Erich L. Mark

Re: Beginner's question

2000-06-14 Thread Erich L. Markert
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- __ Mr. Erich L. Markert [EMAIL PROTECTED] Computer Learning Center TEL (914)422-4328 Pace Univers

select list question - again...

2000-06-14 Thread Erich L. Markert
tried the following: but this doesn't reset "state" to the value that was retrieved from the database. -- __________ Mr. Erich L. Markert [EMAIL PROTECTED] Computer Learning Center TEL (914)422-43

Re: help displaying a select list

2000-06-13 Thread Erich L. Markert
ut is there anyway to get rid of this warning? -- __________ Mr. Erich L. Markert [EMAIL PROTECTED] Computer Learning Center TEL (914)422-4328 Pace University 1 Martine Ave White Plains, New York 10606-1932 Those who do not underst

Here docs inside of [- -]

2000-06-12 Thread Erich L. Markert
Does HTMLEmbperl support here documents inside [- -]'s or at all? I have a here document that works in plain old perl but HTMLEmbperl balks. The basic gist of the code is this: my $msg=

Re: system()

2000-06-02 Thread Erich L. Markert
- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- __ Mr. Erich L. Markert [EMAIL PROTECTED] Computer Learning Center

Re: My english (was: Refresh oddity...)

2000-05-26 Thread Erich L. Markert
as early in the morning. > -- > Frank Mayhar [EMAIL PROTECTED] http://www.exit.com/ > Exit Consulting http://store.exit.com/ > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail:

Re: Refresh oddity...

2000-05-26 Thread Erich L. Markert
Update... How do you spell idiot? E-R-I-C-H The refresh oddity isn't an embperl problem but the nut behind my keyboard The reason why the refresh wasn't behaving properly was a logic error... I was populating the hash prior to doing the data updates. Hence, the hash was always one record b

Re: Can't init checkbox

2000-05-26 Thread Erich L. Markert
This will work. Also, a really good online HTML reference can be found at: http://www.zdnet.com/devhead/resources/tag_library/ Robert wrote: > > "Erich L. Markert" wrote: > > > > First, name contains the field name of the form element, what you need >

Re: Can't init checkbox

2000-05-26 Thread Erich L. Markert
gt; > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- __ Mr. Erich L. Markert [EMAIL PROTECT

Re: Refresh oddity...

2000-05-26 Thread Erich L. Markert
h would mean > that the link to the log file is also cached and you will get the old > logfile entrys). You may simply look at the time stamps at the start and end > of the logfile. Do they change, when you get the page with the old values? > > Gerald --

Re: Refresh oddity...

2000-05-25 Thread Erich L. Markert
> To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- __ Mr. Erich L. Markert [EMAIL PROTECTED] Computer Learning Center TEL (914)422-4328 Pace University 1 Martine Ave White Plains, New York 1

Refresh oddity...

2000-05-24 Thread Erich L. Markert
[$ endif $] The very odd thing is it appears that scalar(keys %HASH) remains the same and won't update unless I click on a link or hit refresh (even if I do an 'undef %HASH' prior to loading it with data)... -- ________

Re: weird problem with arrays

2000-05-15 Thread Erich L. Markert
Andre Landwehr wrote: > > On Mon, May 15, 2000 at 01:42:38PM -0400, Erich L. Markert wrote: > > Hmmm... Wouldn't have anything to do with the fact that you're array > > assignment is to index 1 and not 0? > > > > Try: > > > > my @starter = ();

Re: weird problem with arrays

2000-05-15 Thread Erich L. Markert
- > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- __ Mr. Erich L. Markert [EMAIL PROTECTED] Compu

Re: help displaying a select list

2000-04-04 Thread Erich L. Markert
ike a champ! Thanks Gerald. -- __________ Mr. Erich L. Markert [EMAIL PROTECTED] Computer Learning Center TEL (914)422-4328 Pace University 1 Martine Ave White Plains, New York 10606-1932 Those who do not understand Unix are condemned to reinvent it, poorly.

help displaying a select list

2000-04-04 Thread Erich L. Markert
came back empty. Can something like this be done by HTMLEmbperl or do I have to handle this myself? -- __________ Mr. Erich L. Markert [EMAIL PROTECTED] Computer Learning Center TEL (914)422-4328 Pace University 1