Help for this page

Select Code to Download


  1. or download this
    BEGIN {
        # this hack allows us to "use bytes" or fake it for older (pre-5.6
    +.1)
    ...
            eval "sub bytes::unimport { return 1 }";
        }
    }
    
  2. or download this
    sub size_in_bytes ($)
    {
    ...
    
        return length shift;
    }