Help for this page
perl -e "print sort {rand > .5} split //, qq(More Text)"
perl -e "print sort {rand <=> .5} split //, qq(More Text)"