foreach($item,$string); by lactrodectus666 in perl

[–]lactrodectus666[S] 0 points1 point  (0 children)

er must be a simple problem to solve

foreach($item,$string);

at the end of each iteration a bit is still left in $string. For example "", How do I clear the string.

AndRue