in reply to Array output

if (@stuff){ print join("\n", @stuff, ''); } else { print "No custom packages installed"; }

Replies are listed 'Best First'.
Re^2: Array output
by muizelaar (Sexton) on Sep 17, 2007 at 11:31 UTC
    Hi Thanks for that its working now. I tried a simmillar approch but I think I didnt use the Join function as part of my script. Still learning :)