|
|
|
Your skill will accomplish what the force of many cannot |
|
| PerlMonks |
perlman:lib:lessby root (Scribe) |
| on Dec 23, 1999 at 00:49 UTC ( #1141=perlfunc: print w/ replies, xml ) | Need Help?? |
lib:lessSee the current Perl documentation for lib:less. Here is our local, out-dated (pre-5.6) version: ![]() less - perl pragma to request less of something from the compiler
![]()
use less; # unimplemented
![]() 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';
|
|