Help for this page

Select Code to Download


  1. or download this
            while ( $start < $end ) {                        
                push @dates, "$start";                        
                chomp(@dates);                                
                $start = $start->next;                        
            }
    
  2. or download this
                my @data = ($page =~ /:\s\s\s\s(\d\d)/g);