array of characters recognized as string?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • dougc33
    New Member
    • Jan 2008
    • 3

    array of characters recognized as string?

    Hi, This is probably a FAQ somewhere, but...

    How do you get Perl to recognize an array of ascii characters as a string.
    Specifically I'm trying to display a string with embedded spaces with the
    Entry widget in Tk. I want " 1 3 6 9". Instead I get "{}1{}3{}{}6{}{ }9". I tried
    the join function as described in Programming Perl, but it just created an
    array reference.

    Help?
Working...