Language Basics Perl

$data = "Here's the data.";
@data = (1, 2, 3);
print $data;
print @data;