Enjoy a randomly generated fortune:
$ fortune | cowsay _______________________________________ / But the possibility of abuse may be a \ | good reason for leaving capabilities | | out of other computer languages, it's | | not a good reason for leaving | | capabilities out of Perl. | | | | -- Larry Wall in | \ <199709251614.JAA15718@wall.org> / --------------------------------------- \ ^__^ \ (oo)\_______ (__)\ )\/\ ||----w | || ||
$output = shell_exec("/usr/games/fortune | /usr/games/cowsay"); echo $output;