Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re: split every second word

by shockme (Chaplain)
on Dec 04, 2003 at 15:56 UTC ( [id://312229]=note: print w/replies, xml ) Need Help??


in reply to split every second word

broquaint is pretty much right on. Given your example input, it'll work.

As to removing spaces, the following will do it:

my $str = "Bob "; $str =~ s/\s$//; # or s/ $//; print "|$str|\n";

If things get any worse, I'll have to ask you to stop helping me.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (4)
As of 2024-03-29 09:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found