I want to store data and read/modify it on my Web server using Perl. I don't need something big and scary like SQL. Are there any modules or even just standard syntax for plaintext files to do this?
Name:
Anonymous2012-12-20 20:14
>>31
sqlite3.c: open source proving to be a nasty mess as always.
You'd have to be a crazy mother fucker to use this.