Help for this page
sub browse { my ($url) = @_; ... }->{$^O} || sub { system qq{xdg-open "$url" &} }; $action->(); }