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: [email protected] For additional commands, e-mail: [email protected] http://learn.perl.org/
