Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl -w
    
    ...
        my $now   = time;
       cmp_ok( abs($mtime - $now), '<=', 1, 'cp updated mtime' );
    }
    
  2. or download this
    not ok 1 - cp updated mtime
    #   Failed test 'cp updated mtime'
    ...
    #         <=
    #     '1'
    # Looks like you failed 1 test of 1.