Improve Your Perl Programming

Brian Foy – the author of Mastering Perl and one of the famous perlmonks, wrote an article on the ONLAMP where described five ways to improve Perl programming: Cleaning up your code – I also hate to read unformatted code -without tabs, proper style etc. Use configuration – sure, my favorite module – Config::General. Logging – log4perl should be used in all your applications. Persistence […]

Read Me Leave comment

use Gantry

Gantry is a new Perl Framework to develop web applications. It offers: Plugin architecture Support mod_perl 1.3 and 2.0 Support CGI and Fast-CGI Support Template Toolkit and the ability to plugin other templating systems Inherited framework code for a standard CRUD (Create, Read, Update, and Delete) application. Calendaring support Cookie management Form generation and validation User authentication: user, group and page-based Class::DBI integration Database and […]

Read Me 4 Comments

About Java

Personally I don’t like Java because it seems like a just product of high-quality PR. I don’t want to minimize the Java importance. it’s an excellent solution for certain goals but it isn’t unique, it isn’t absolutely universal! Hovewer, Java adherents think differently. From their point of view there are not anything noteworthy except perfect, brilliant, ideal Java! James Gosling – father of Java confirmed […]

Read Me 6 Comments