1 2 3 4 5 6 7 8 9 10 11
# test default values use strict; use warnings; our %args = ( len => 512, md5 => path_md5("512") ); 1;