Useful Perl modules: Graph::Easy

Read Me Leave comment

Talk with you PC

If you’d like to control your Linux PC using voice commands than Perlbox Voice is what do you need. It’s a pure Perl application which features: Text to speech (Thanks to the Festival speech synthesizer) Voice control to open user specified applications. For example, if you say “Web”, the Perlbox-Voice Control will open the browser of your choice. Desktop plugins to control your Linux desktop […]

Read Me Leave comment

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