sub xyz_from_string { my $arg_string = shift; ... } sub xyz_from_hashref { my $arg_href = shift; ... }