Beefy Boxes and Bandwidth Generously Provided by pair Networks Joe
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Alternative to bytes::length()

by ikegami (Pope)
on Dec 23, 2009 at 01:28 UTC ( #814035=note: print w/ replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Node Status?
node history
Node Type: note [id://814035]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this? | Other CB clients
Other Users?
Others studying the Monastery: (13)
As of 2013-06-18 22:52 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    How many continents have you visited?









    Results (633 votes), past polls