The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Changes for version 1.19 - 2018-08-31

  • changed escaping style of hash2str() and str2hash()
  • old style, url-escaping are renamed as hash2str_url() and str2hash_url()
  • added hash2str_keys() to allow to specify certain keys order, check docs
  • added hash_save_url() and hash_load_url()
  • added hash_save_keys() to use hash2str_keys(), check docs