Help for this page

Select Code to Download


  1. or download this
    open(FILEA, "<", "Population.txt") or die("Cannot open: $!\n");
    
        my @Data;
        @Data = <FILEA>;
    
  2. or download this
    $Data[0] = "$PopA";
        $Data[1] = "$PopB";