Learned brothers,
I have a humble perl script which runs fine when run on unix against other unixes. When run on an w2k box against the unix box it fails without presenting an error message:
perl -e 'system("rsh hostname -l username -n \"touch test\"")';
I'm running active perl build 810 on the w2k box.
I've trawled the web and the monastry cellars without luck.
Please assist - I'm sure this is a realy dumb-ass mistake I'm making!