Help for this page

Select Code to Download


  1. or download this
    require bytes;
    sub emptystr(_) {
        no warnings 'uninitialized';
        return !bytes::length($_[0]);
    }
    
  2. or download this
    use bytes; 
    no bytes;
    
  3. or download this
    use bytes ();
    
  4. or download this
    require bytes;