$ cat File1 File2 ...
Assume there will always be at least one file.
Write a simple version using the readfile function.
readfile
Write a more complex version using fopen, etc.
fopen
Add appropriate error-checking to both scripts.