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