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 0.35

  • lc() is obsolete and will be removed in 0.36
  • get(), set(), exists() or delete() throws an exception in the following situation:
    • $header->set( 'Type' => 'text/plain' );
    • die "'-type' can't be used as a field name"
  • SCALAR returns true if the -nph pragma is enabled
  • Since the following class methods are unstable, they are not documented:
    • normalize_field_name
    • normalize_property_name
    • get_property_names
    • is_reserved_name
    • get_alias

Modules

Adapter for CGI::header() function
Adapter for CGI::redirect() function