Thanks that worked perfectly
Janitor note:- Original content follows:
I have a file sem.log on a Windows box and I have already installed perl, but when I try to run the following which is perfectly valid on Unix, on the window dos prompt I get an error...
perl -ane '$total += $F[9]; END {print $total}' sem.log
I get the following error:
Can't find string terminator "'" anywhere before EOF at -e line 1.
Is there a valid way of running commandline perl on windows without having to create a file.
Content restored by Arunbear, using RSS feed.