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