sub opt_f { if( not exists $opt{f} ) { 0 } elsif( not defined $opt{f} ) { 'default-value' } else { $opt{f} } }