Can someone help me to understand this?

#!/usr/bin/perl
use strict;
use warnings;
my $s='\\n';
print $s;


Output:
\n

Expected output:
\\n

TIA

Jorge Almeida

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to