sub not_from_argv { my $filename = get_filename(); my $widget = build_widget( $filename ); $widget->pack...; }