in reply to adding to an array from foreach loop

#push (@total, $fileslistcount); #$total = @total; $total += $fileslistcount;
poj

Replies are listed 'Best First'.
Re^2: adding to an array from foreach loop
by flieckster (Scribe) on Jan 10, 2018 at 21:54 UTC
    well that was simple. thanks!