in reply to Running Perl Script on Win32

I figured out the problem. I stole some code from a Unix Perl script that I wrote at work. In this code I capture the date via:  $DATE=`date`;. This works without fault in Unix, but in W32 cmd.exe, the date command expects a response unless the /T switch is used. Thanks to each who replied.