Plan 9 from Bell Labs’s /usr/web/sources/contrib/gabidiaz/root/sys/src/cmd/perl/lib/less.pm

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


package less;

our $VERSION = '0.01';

=head1 NAME

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

=head1 SYNOPSIS

    use less;  # unimplemented

=head1 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';


=cut

1;

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.