Trying to install Embperl 2.2.0 on a Linux 2.4.21-47.ELsmp box, under
Apache 1.3.31, we are getting the below errors at make test.
The only clue I have is that apr_strings.h seems to be a file for Apache
Portable Runtime, which is generally associated with Apache 2. Any help is
appreciated.
> mak
Gerald Richter - ECOS GmbH dijo [Fri, May 04, 2007 at 05:34:58AM +0200]:
> > Probably we (and "we" might mean "the Debian maintainers for Embperl"
> > or "our kind Gerald and his very nice team") should basically
> > document prominently the user might find this situation :)
> > What do you think
HI,
> I have a problem when I use regular expression.
> The sample code:
> [- $_ = "One Two Three" -]
> [$ if(/(\S+) (\S+) (\S+)/) $]
> The words are: [+$1+], [+$2+], [+$3+]
> [$ endif $]
>
> The result should be "The words are: One, Two, Three," But I
> got the result "The words are: One, Two,.
Hi,
I have a problem when I use regular expression.
The sample code:
[- $_ = "One Two Three" -]
[$ if(/(\S+) (\S+) (\S+)/) $]
The words are: [+$1+], [+$2+], [+$3+]
[$ endif $]
The result should be "The words are: One, Two, Three," But I got the
result "The words are: One, Two,."
After trying, I f