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

NAME

less - perl pragma to request less of something from the compiler

SYNOPSIS

    use less;  # unimplemented

DESCRIPTION

Currently unimplemented, this may someday be a compiler directive to make certain trade-offs, such as perhaps

    use less 'memory';
    use less 'CPU';
    use less 'fat';