PHP Dependency

October 16th, 2007

I really hate how dependent I’m becoming on PHP. I find myself writing command line scripts in them and today, I find myself using it to directly process stuff. php -r may not be as cool as running interactive python or ruby, but it’s really handy.

And on another note, as fun as it may seem to pile a bunch of commands all on one line separated by semi-colons — don’t.

Leave a Reply