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