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?
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?