system("cat", "/sharedfiles/$f")==0 or die "command failed, \$?=$?"; # OR system({"cat"} "cat", "/sharedfiles/$f")==0 or die "command failed, \$?=$?";