Correct, but let me note that there's no need for two print statements: this can be simplified to just the following.
local $, = ", "; local $\ = "\n"; while (@GetServiceList) { print splice @GetServiceList, 0, 7; }
In reply to Re^2: print join n times on a line
by ambrus
in thread print join n times on a line
by austin43
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |