Help for this page
my $start_with = another_value() or return mywarn("Could not get another value");
sub mywarn { warn $_ for @_; return; };