Help for this page

Select Code to Download


  1. or download this
    sub better {
       my %params = eval { %{$_[0]} } ||  @_;
    }
    
  2. or download this
    sub better {
       my %params = @_ == 1 ? %{$_[0]} : @_;
    }
    
  3. or download this
    bad_but_typical("$i18n");  # Force stringification