There seem to be some more than just privacy issues here.
- What's ins?
- You use print with a format parameter, you probably meant printf?
- Also, DATA is not a format, it is a file handle.
- Moreover, what do you expect open(DATA,$in) to do? $in is a filehandle opened in the previous line, do you really want to use it as a file name?