Hello,
There Seems to be a problem with displaying a
hash value by [+ +] in option Tag of HTML Select.
Following does'nt seem to work -
[- $thash{'test'}='selected'; -]
Test
1
Test 2
The Second Option is not Selected & HTML Source
View Also Does not show it.
But Following Works -
Te
On Fri, Nov 24, 2000 at 03:40:39PM +0100, Gerald Richter wrote:
> > In my case, I know I am running under mod_perl.
> That's strange. I take a further look at it during the next days and let you
> know if I find anything out.
In case it's helpful, I find this file gives me errors:
--cut--
[$ var
>
> In my case, I know I am running under mod_perl.
>
That's strange. I take a further look at it during the next days and let you
know if I find anything out.
Gerald
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional
___cliff rayman___ wrote:
> > I have an idea that may or may not be useful to you. If the user
> > comes to a random page without a valid cookie, you redirect them to
> > the front page. After that point, they have a valid cookie, and they
> > can access all the other pages. The robots would ge
On Fri, Nov 24, 2000 at 02:05:21PM +0100, Gerald Richter wrote:
> Hi.
> > I'm having problems using [$ var $] and $req_rec together.
> This should only occur when you using $req_rec and running _not_ under
> mod_perl in which case it isn't delcared by Embperl itself. If you do so,
> you have to ad
Hi.
> I'm having problems using [$ var $] and $req_rec together.
>
This should only occur when you using $req_rec and running _not_ under
mod_perl in which case it isn't delcared by Embperl itself. If you do so,
you have to add it to the list which you defined with var.
Gerald
---
Hi,
your addtions makes sense to me. The only thing to worry about may be the
performance. I don't know how expensive your addtions are. I will take a
further look at it, after I have released 1.3 (which I plan for next week)
and your addtions will go to 1.3.1b1.
Gerald
>
> I ran into strange trouble today. Program/script modules in two different
> location, but with identical names e.g. MyDBI.pm .
Perl loads the first MyDBI.pm it sees in memory and it will stay there until
the interpreter exits. There is no possibility to use two modules with same
name at the s