perl -0777 -ne'print "The whole file as a string: --->$_<---\n"'
Note: The -0777 is just a convention. Any -0400 and above would de the same.
-0777
-0400