Help for this page
# ok ... # also ok - in single quoted strings only sequences \' and \\ are spec +ial my $path = 'dir\file.txt';
use File::Spec; my $path = File::Spec->catfile(qw(dir file.txt));