All Posts
197 posts since 2007
Schwartzian Transform Explained
An interesting explanation of Schwartzian Transform. See the link
Impatient Perl book
I found a new book on Perl called Impatient Perl. This is the book for the readers who want to speed up there Perl learning. One thing wh...
MojoMojo and Selenium test
As suggested by Mateu I was further looking into MojoMojo Selenium tests on CPAN. Actually all selenium.t tests require a test configurat...
Testing Javascript in Perl applications
There is a tool called Selenium which is used to test the Javascript component in Perl based applications. This is used to run tests dire...
Data Serialization in Perl examples
One can store data and objects into a file using Serialization. The bytes that is generated can then be re-used to generate an object tha...
Object Relational Wrapper in Perl
Excellent presentation on DBIx::Class a object- relational wrapper implementation using Perl by Leo Lapworth (aka Ranguard).
PDL A way to deal with larger arrays
If you are working in scientific domain or using bioperl where you require to deal with bulk data processing then you should seriously co...
Perl 6 documentation and screencast
Perl 6 is new language from Perl community. As always good documentation plays a key role in understanding new language at faster pace. P...
Data Serialization in Perl
Before I dig more into details let’s try to understand some basic facts about Serialization :
More backtracking examples
Backtracking might be costly so one should try to avoid useless backtracking. Perl regx have special form of parentheses: (?>…). Thes...
Perl 2011 Calendar
I was reading Gabor blog and found an interesting article having the calender of events scheduled for Perl in 2011 month wise.
Backtracking example1
Let's say you want to find the word following "foo" in the string "Food is on the foo table.":
Backtracking with Perl Regular expression
Wikipedia says Backtracking is a general algorithm for finding all (or some) solutions to some computational problem, that incrementally ...
Perl coding tips from expert
[brightcove vid=724203979001&exp3=651017566001&surl=http://c.brightcove.com/services&pubid=115485138001&pk=AQ~~,AAAAGuNzX...
Perl 6 book project on github
A Perl 6 book is in development on github. One can try and fork source code. You can catch the authors on
New Year 2011 Wishes
Dear All, Throughout the Coming Year may your life be filled with little celebration of Happiness...Wishes you a Bright, Happy and Prospe...
Working With AJAX and Perl with example
Hello,
Modern Perl Development and Perl 6
Hi
Installing Perl modules with cpanminus
While browsing CPAN I found an intersting module by Tatsuhiko Miyagawa cpanminus. Basically, this is a script to get, unpack, build and ...
Installing Microsoft TrueType fonts (TTF) on CentOS 4.6 and RHEL 4
Default Linux installation (Cent OS in this case) doesn't contain true type fonts. The application like open office, PDF generators re...