Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    #find-missing-files.pl
    use strict;
    ...
        my @date = Add_Delta_Days (@start, $i);
        printf ("%4d-%02d-%02d\n", @date);
    }
    
  2. or download this
    $from =~ s/-/,/g; 
    $to =~ s/-/,/g;
    
    @start = eval ($from);
    @stop = eval ($to);