Help for this page
$type = determine_type(); { ... #final stuff common stuff exit(0);
$type = determine_type(); for $item (@items) { ... } #final stuff common stuff exit(0);