Help for this page
@array = split(/-/); # will create the new array @array # later on... @array = split(/-/); # will empty the array and create a new array @ar +ray with the new values