I need to port a Unix implementation that uses the Unix "tail -f file | script" command to redirect data to the Perl script STDIN. Whenever file is appended to, the new data is passed to script through STDIN.
Any suggestions for emulating this on Windows NT 4.0?