Help for this page
use warnings; use strict; ... sub f { my $arg = defined $_[0] ? shift : 'default'; }
default hi