# load all format files eval { # include the format foreach( keys %formats ) { require $format_dir . '/' . $formats{$_}->{'file'}; } };