nd up rather than learning any
particular framework. I'm considering buying:
- Galbraith, P., 2009, "Developing Web Applications with Apache, MySQL,
memcached, and Perl",
http://www.wiley.com/WileyCDA/WileyTitle/productCd-0470414642.html .
Has anyone read this book?
Any com
Nigel Peck wrote:
>
> Thanks for this. How can I find out a string's encoding?
Just as in spoken languages there are ways to guess a string's encoding, but you
really need to know the language / encoding used before you can process it
properly.
Rob
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
Nigel Peck wrote:
Dr.Ruud wrote:
Nigel Peck schreef:
I have a web application that gathers various data. When users enter
pound signs (english money not #) a number of strange characters get
stored in the database:
Here's a copy and paste:
£6.50 per hour
That is UTF8 encoded text. Y
Dr.Ruud wrote:
Nigel Peck schreef:
I have a web application that gathers various data. When users enter
pound signs (english money not #) a number of strange characters get
stored in the database:
Here's a copy and paste:
£6.50 per hour
That is UTF8 encoded text. You can use
Enco
Nigel Peck schreef:
> I have a web application that gathers various data. When users enter
> pound signs (english money not #) a number of strange characters get
> stored in the database:
>
> Here's a copy and paste:
>
> £6.50 per hour
That is UTF8 encoded text. You can use
Encode::dec
I have a web application that gathers various data. When users enter pound
signs (english money not #) a number of strange characters get stored in the
database:
Here's a copy and paste:
£6.50 per hour
Now I'm 99% sure this will be because I am not handling the character sets and
enc
Joe, et al --
...and then Joe Echavarria said...
%
% Hi there,
Hi!
%
% How can i execute a perl/cgi application with its
% own web server ?, I want the user to be able to
In general, you can't. This is a moderately common thread in the "I want
to bundle my web site, scripts and all, o
Hi there,
How can i execute a perl/cgi application with its
own web server ?, I want the user to be able to
execute my web/based application in his/her local
windows pc without a webserver installed locally?
Let say http://myapplication:port/, something like
that.
What module can i use