140 results
tagged
perl
The not-so-great escape | The Incredible Journey [blogs.perl.org]
A couple of examples of modules which do the escaping correctly are
Mojo::Util
and
HTML::Entities
July 17, 2017 at 2:59:58 PM EDT
*
FILLER
How to write a Developer CV/Résumé that will get you hired | Peter Sergeant [blogs.perl.org]
May 21, 2017 at 3:47:09 PM EDT
*
FILLER
Easily add tab completion feature to your CLI program using Getopt::Long::Complete | Of course I still use Perl [blogs.perl.org]
August 19, 2014 at 10:20:54 AM EDT
*
FILLER
Perl: Default to UTF-8 encoding « The Web Site People
Perl versions >5.8 automatically tag text as UTF-8 whenever the interpreter knows for certain that it is UTF-8 encoded. Examples of this include using chr() with a UTF-8 code-point (>255), a string containing the \x{code-point} syntax, data from files opened with a :utf8 encoding layer, or any data explicitly tagged as UTF-8 encoding using (for example) utf8::decode().
December 27, 2013 at 3:13:59 PM EST
*
FILLER
Re: DBD::ODBC and character sets (solved) - nntp.perl.org
April 24, 2013 at 10:19:13 AM EDT
*
FILLER