Help for this page

Select Code to Download


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