Uncategorized

The Long Death Of CGI.Pm

Refer From : https://perlhacks.com/2015/12/long-death-cgi-pm/ CGI.pm has been removed from the core Perl distribution. From 5.22, it is no longer included [...]

Shell scripting: Convert a string from lowercase to uppercase

The linux shell has provided us with many hidden gems. Some of things are string manipulation with out using external commands like SED/AWK. In this post we [...]

More Awesome Things You’ve Missed in Perl

http://www.youtube.com/watch?v=vgvMd4nuHTg Paul Fenwick explains Moose, autobox, autodie, Try::Tiny, cpanm, local::lib, MetaCPAN, named capture, [...]

Autocompletition in Padre, the Perl IDE v0.87

  http://www.youtube.com/watch?v=ptN63wSVK9w Padre, the perl editor provides a configurable way to autocomplete while you are typing. This video [...]

A Productivity Enhancing Perl Environment

  http://www.youtube.com/watch?v=_KxjaCvllEU Over the last couple of years I have been spending almost all of my working time actually coding Perl. [...]

A Date with Perl

http://www.youtube.com/watch?v=G5TnlcNCcBQ Dates and times are confusing and crazy. What nut invented Daylight Saving Time? Someone who'd never imagined a [...]

AnyEvent in Perl

In this talk, how to use it in Perl using [...]