Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Re: Re: Re: Re: packing/unpacking/split/join confusion

by sauoq (Abbot)
on Jan 12, 2003 at 00:07 UTC ( [id://226162]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Re: packing/unpacking/split/join confusion
in thread packing/unpacking/split/join confusion

By specifying a space, you are telling split to break the string apart wherever it sees a space.

Almost. A literal space is a special case. It splits on whitespace like /\s+/ but it doesn't return a null field when there is leading whitespace. So, it is just like split with no arguments but it allows you to specify the variable instead of using $_.

-sauoq
"My two cents aren't worth a dime.";

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (4)
As of 2024-04-19 05:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found