Query: extutils::makemaker::bytes
OS: osx
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ExtUtils::MakeMaker::bytes(3pm) Perl Programmers Reference Guide ExtUtils::MakeMaker::bytes(3pm)NAMEExtUtils::MakeMaker::bytes - Version-agnostic bytes.pmSYNOPSISuse just like bytes.pmDESCRIPTIONbytes.pm was introduced with 5.6. This means any code which has 'use bytes' in it won't even compile on 5.5.X. Since bytes is a lexical pragma and must be used at compile time we can't simply wrap it in a BEGIN { eval 'use bytes' } block. ExtUtils::MakeMaker::bytes is just a very thin wrapper around bytes which works just like it when bytes.pm exists and everywhere else it does nothing. perl v5.10.0 2007-12-18 ExtUtils::MakeMaker::bytes(3pm)
| Related Man Pages | 
|---|
| extutils::mm_win32(3pm) - redhat | 
| extutils::makemaker::tutorial(3pm) - mojave | 
| extutils::mm_win32(3pm) - mojave | 
| extutils::mm_win325.18(3pm) - mojave | 
| extutils::mm_win32(3pm) - osx | 
| Similar Topics in the Unix Linux Community | 
|---|
| AIX Links | 
| Mac OS X: Based on UNIX - Solid As a Rock | 
| To print diamond asterisk pattern based on inputs | 
| My first PERL incarnation... Audio Oscillograph | 
| Syntax error in subtraction in Bash |