Stand Out as a Developer
He are the slides from my talk at #lpw2014 on how to conduct yourself as a Developer in an interview for further information please get in touch rick@eligo.co.uk
Speedometer - search.cpan.org
Speedometer : An easy interface to the Benchmark module to compare the performance of two Perl Files. I have written one small module(Speedometer.pm). need reviews. Thanks.
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
How to write a Developer CV/Résumé that will get you hired | Peter Sergeant [blogs.perl.org]
Easily add tab completion feature to your CLI program using Getopt::Long::Complete | Of course I still use Perl [blogs.perl.org]
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().