View Problem

Define a multiline string

Define the string:
"This
Is
A
Multiline
String"
DiskEdit
perl
$text = 'This
Is
A
Multiline
String';
DiskEdit
perl
$text = <<EOF;
This
Is
A
Multiline
String
EOF

Submit a new solution for perl
There are 29 other solutions in additional languages (clojure, cpp, csharp, erlang ...)