NAME
MD5Check - Use it for init Web files's md5 values of your site(or other dir), and check if it changed!
VERSION
Version 0.03
SYNOPSIS
e MD5Check;
my $mydir=shift;
md5init($mydir);
use MD5Check;
my $mydir=shift;
md5check($mydir);
# oneliner
$ perl -MMD5Check -e ' md5init("/web")' >file
$ perl -MMD5Check -e 'md5check(file)'..
NAME
MD5Check - Use it for init Web files's md5 values of your site(or other dir), and check if it changed.
SYNOPSIS
use MD5Check;
my $mydir=shift;
md5init($mydir);
use MD5Check;
my $mydir=shift;
md5check($mydir);
# oneliner
$ perl -MMD5Check -e ' md5init("/web")' >file
$ perl -MMD5Check -e 'md5check(file)'
DESCRIPTION
MD5Check - Use it for init Web files's md5 values of your site(or other dir), and check if it changed.
MD5Check is not standardized. This module is far from complete.
IMPLEMENTATION
use MD5Check;
my $mydir=shift;
md5init($mydir);
use MD5Check;
my $mydir=shift;
md5check($mydir);
Git repo
http://github.com/a3f/MD5Check
AUTHOR
orange <linzhe@ijz.me>
, http://ijz.me
COPYRIGHT AND LICENSE
Copyright (C) 2016 linzhe
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
AUTHOR
orange, <linzhe at ijz.me>
BUGS
Please report any bugs or feature requests to bug-md5check at rt.cpan.org
, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=MD5Check. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.
SUPPORT
You can find documentation for this module with the perldoc command.
perldoc MD5Check
You can also look for information at:
RT: CPAN's request tracker (report bugs here)
AnnoCPAN: Annotated CPAN documentation
CPAN Ratings
Search CPAN
ACKNOWLEDGEMENTS
1; # End of MD5Check