in reply to Re^2: XML compression?
in thread XML compression?
use strict; use Digest::file qw(digest_file_hex); die 'XML file has been changed!\n' unless digest_file_hex( 'test.xml', "MD5" ) eq 'e253b427caacb6f0781f337a90658c6a'; print "Continue\n";
CountZero
A program should be light and agile, its subroutines connected like a string of pearls. The spirit and intent of the program should be retained throughout. There should be neither too little or too much, neither needless loops nor useless variables, neither lack of structure nor overwhelming rigidity." - The Tao of Programming, 4.1 - Geoffrey James
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: XML compression?
by Anonymous Monk on Nov 11, 2008 at 20:36 UTC |