1
#!/usr/bin/perl
2
3
$message
=
"Hello, World!
\n
"
;
4
5
print
$mesage
;
# Notice the Typo
6
syntax highlighted by
Code2HTML
, v. 0.9.1