in reply to Re^2: Beginner Hash Element Comparison
in thread Beginner Hash Element Comparison

How would you indicate to others that there are line breaks there at the end of each line?
What's that got to do with it?

You posted a blob of text. Blobs of text aren't arrays. Perhaps the blob of text is what the array elements consist of. But as presented, it's a blob of text. It could be just a single array element, each character could be an array element, or it maybe something in between.

@this_is_an_array = ("look, text", "fragments, each inside", "quotes", + ", and separated by commas");

Replies are listed 'Best First'.
Re^4: Beginner Hash Element Comparison
by nicol004@uwp.edu (Initiate) on Feb 28, 2011 at 01:40 UTC
    Point taken.