- or download this
$foo = '\\some.address.or.whatever\subdir\';
print $foo;
- or download this
$foo = '\\some.address.or.whatever\subdir\file';
print $foo;
- or download this
$foo = <<'PATH';
\\some.address.or.whatever\subdir\
PATH
print "this is a test${foo}again\ntesting";