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.92

  • Fixed all regex
    • was - our $all_regex = qr/(sub\s+?\w.+?{)
    • now - our $all_regex = qr/(sub\s+\w.+?{)

Modules

See What a Perl Module Is Doing