Help for this page

Select Code to Download


  1. or download this
    #  Read in Data
    ###############################
    ...
    @data=<DATABASE>;    
    close (DATABASE);
    chomp @data;
    
  2. or download this
    @reverse = reverse @data;        
    @data = @reverse;