in reply to Re: Referencing built-insin thread Referencing built-ins
sub opt_h { exists $opt{h} } # boolean sub opt_f { exists $opt{f} ? $opt{f} : return } # takes value [download]
Makeshifts last the longest.