Help for this page

Select Code to Download


  1. or download this
    @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