config root man

Current Path : /usr/local/lib/perl5/5.8.9/

FreeBSD hs32.drive.ne.jp 9.1-RELEASE FreeBSD 9.1-RELEASE #1: Wed Jan 14 12:18:08 JST 2015 root@hs32.drive.ne.jp:/sys/amd64/compile/hs32 amd64
Upload File :
Current File : //usr/local/lib/perl5/5.8.9/less.pm

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;

Man Man