>
> but I continue to receive this error. I know it's just a warning but is
> there anyway to get rid of this warning?
This warning comes from the end of the list. There must be one undefined
element, because that is the one that stops the list. So at the moment there
is no chance to get rid of
Gerald Richter wrote:
>
> >
> Here is what I would do
>
> [- @STATE_ABBREVIATIONS = sort keys %STATES -]
>
> [+
> $STATES{$abr}{name}+]
>
A while ago I was sent this solution to display a complex hash in a
select list.
Works like a champ, however in my web error log I'm getting warni
Is there anyway to ensure a database handle is not being used by more than
one process on the machine at one time without developing one's own locking
mechanisms?
We want to limit the number of connections to our database. If the same
.epl page is being hit 50 times simultaneou
It is tedious to check each month of the mailing list separately for a
topic of interest. It would be more expedient to be able to search across
months. As more months of the list become archived, searches will be more and
more tiresome to perform.
I plan
to add a serach enigne to t
>
> Does HTMLEmbperl support here documents inside [- -]'s or at all?
>
yes
you may have trouble if you have \r\n as line separator from your editor. In
this case write
my $msg= q{
some text
} ;
instead.
Gerald
-
To unsub