Help for this page
use strict; use warnings; use Data::Dumper; my $test = '123\456'; print Dumper($test);
$VAR1 = '123\\456'