in reply to Re^2: reading files to different output files.
in thread reading files to different output files.

start with changing <> into <READ> to actually read the file, and drop the module IO::File, you don't need it. Furthermore @in should probably be $in to collect userinput.

  • Comment on Re^3: reading files to different output files.