Are All Programming Languages The Same?

for completeness, a one line ruby solution:

puts IO.readlines("test.file").join rescue puts "oops..."