First of all, this is strictly for Windows platforms and preferably using ActiveState Perl 5.8.8.
I'm trying to figure out how I can take a file that is currently opened in another program such as Microsoft Word, Paint, etc. and slurp the file data into a Perl variable?
Also, I'm not trying to write back to the opened file or manipulate it in any other way than Reading its data. However, at some point I need to determine whether the data is Binary or Ascii but not sure if I should perform this before the slurp or after?