Archives for posts tagged ‘perl’

flot: Javascript plotting for jQuery

When eye-candy and function meet, you get perfection. Now add ease of use and offloading of a few CPU cycles to the client and you get flot. It’s a JavaScript library for jQuery that creates beautiful diagrams from your raw data… just like that. It just works.
Take a look at this… awesome!
This picture was generated [...]

Perl: Net::MySQL affected_rows_length

I just came across this minor issue in the pure Perl MySQL module Net::MySQL. There are a few open bugs, not much activity on the bug-tracker so who knows if this gets fixed — submitted it anyway.
Assuming an error like 1452 happened after a successful insert statement that inserted eg. 1 row. If you now [...]