- or download this
my $foo = 'First line
Second line
Third line';
- or download this
my $foo = '
First line<br>
Second line<br>
Third line<br>
';
- or download this
my $foo = "
First line<br>
$second_line<br>
<a href=\"foo.html\">Third line</a>
";
- or download this
my $foo = qq{
First line<br>
$second_line<br>
<a href="foo.html">Third line</a>
};
- or download this
2;0 juerd@ouranos:~$ perl -e'undef christmas'
Segmentation fault
2;139 juerd@ouranos:~$