Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: Alternative to bytes::length()

by ikegami (Patriarch)
on Dec 23, 2009 at 01:28 UTC ( [id://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
Domain Nodelet?
Node Status?
node history
Node Type: note [id://814035]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-19 21:49 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found