use strict; use warnings; print "Quoted \\ required here, its in a string\n"; print ; __DATA__ This \ doesn't need to be quoted.