Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl --
    use strict;
    ...
    sub UpdateFile {
        ...
    }
    
  2. or download this
    sub TestFileUpdatedToday {
        require Test::More;
        Test::More->import( tests => 4 );
    ...
        }
        ok( FileUpdatedToday( $updated ), "FileUpdatedToday( $updated ) sh
    +ould be true");
    }