Either single-quote your strings, or (preferably) use forward slashes. Since all
DOS and Windows versions since something like
MS-DOS 2.0 or so have treated
/
and \
the same in a path, you might as well use the one that doesn't clash with Perl -- or the
POSIX shell,
ANSI
C and
C++, awk, Tcl, Java, or Python, just to mention a few.
tail -f
in perl?