Beefy Boxes and Bandwidth Generously Provided by pair Networks
Syntactic Confectionery Delight
 
PerlMonks  

Re: Splitting each word in a string

by ariels (Curate)
on Jun 26, 2001 at 14:43 UTC ( [id://91548]=note: print w/replies, xml ) Need Help??


in reply to Splitting each word in a string

This is special-cased in split ' ', $string (see split documentation).

Doesn't

@x = split ' ',
       q(Pid    DenyMode   R/W        Oplock           Name);
do what you want?

Replies are listed 'Best First'.
Re: Re: Splitting each word in a string
by chaskins (Sexton) on Jun 26, 2001 at 15:18 UTC
    Yep, sorry I was not thinking this morning :( DOH! Chris

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others meditating upon the Monastery: (3)
As of 2024-04-25 22:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found