in reply to Re: remove whitespace from an array
in thread remove whitespace from an array
I suppose they're HTML entities. The actual code you wanted to show is probably:print ~^Q[~^Q . join(~^Q][~^Q, @array) .~^T]\n~^T;
print '[' . join('][', @array) ."]\n";
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: remove whitespace from an array
by bangers (Pilgrim) on Aug 03, 2005 at 14:03 UTC |