Archive for the 'Perl' Category

Online tool to help programmer deal with messy php code

Wednesday, February 7th, 2007

Today, I try to search program to make my php source code for better read and easy to understand and I found good one that I would like to suggest for all php programmer.

Online source code beautifier

This tool source code beautifier (source code formatter) also work with Java, C++, C, Perl, JavaScript, CSS code.

Fix get_insert_id function of Net::MySQL

Tuesday, February 6th, 2007

After I try to find Pure Perl of MySQL network protocol interface, I’ve found Net::MySQL on CPAN but there have some problem if you use get_insert_id and AUTO_INCREMENT value of table more than 255 the function will always return 254.

Current version of Net::MySQL 0.09 released on 01 Apr 2006

(more…)