if (-f $file) { $fileContents = `cat $file`; print $fileContents; }