![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
Re: Array whitespaceby Belgarion (Chaplain) |
on May 20, 2004 at 21:29 UTC ( #355089=note: print w/replies, xml ) | Need Help?? |
Are you simply trying to print the output of the ypcat command? If so, try the following code:
Your current code is stringifying a list which does something like:
One final answer, if you change your last line to:
(notice without the double quotes), the extra space will be removed.
In Section
Seekers of Perl Wisdom
|
|