Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Re: split and join

by Anonymous Monk
on Jan 04, 2002 at 03:52 UTC ( [id://136150]=note: print w/replies, xml ) Need Help??


in reply to split and join

just wondering if u had

$line="Bart Lisa Maggie Marge Homer blah blah"; @simpsons=split(/\s+/, $line);

what i wanted is to split so as to get

@simpsons = {"Bart", "Lisa", "Maggie", "Marge", "Homer blah blah"}

notice the last part i want it all attached. Assume i dont know how many "blah"s follow after "Homer".

Edit: g0n - code tags & formatting

Replies are listed 'Best First'.
Re: Re: split and join
by Anonymous Monk on Sep 25, 2002 at 02:28 UTC
    Simple. Use a counter to find the numbers of the Caps in the string and then do..while op until you reach that number.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (6)
As of 2024-03-28 11:02 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found