Exactly how you're doing it.
chomp( @array );
Will chomp every element in the array.
Zachary
2010-08-19 16:14:22
Exactly how you're doing it.
chomp( @array );
Will chomp every element in the array.