Ok, so Heartinternet do some cool things, but they also do some stupidly annoying things too. Like when you are…
cunning bit of Perl, not to be used permanently, but very handy indeed for a quick look at what’s actually…
a little pointless really but fun nevertheless! the old “can you read this?” chesnut. we can still read even though…
find and replace text in a particular file [code]perl -pi -e ‘s!/replace/this/!/with/this/!g’ file.php[/code] find and replace text in all files…
ever cat a binary file and ended up with a terminal looking a complete corrupted mess? me too. perl to…