Help for this page
my $hashref = { 'example' => <<TEXT }; "I'm right." "No, I'm right." "You're missing the point." "No, you're missing the point." TEXT
my $hashref = { 'example' => qq( "I'm right." "No, I'm right." "You're missing the point." "No, you're missing the point.") };