Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Help with parsing a string

by jethro (Monsignor)
on Jul 22, 2008 at 21:14 UTC ( [id://699430]=note: print w/replies, xml ) Need Help??


in reply to Help with parsing a string

Well, if you want to print those 4 chars, just do
print $1,$2,$3,$4;
Even better, if all you want is just to eliminate spaces in that string, do
s/ //g; print;
If that is not what you want, you have to be more specific.

Log In?
Username:
Password:

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

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

    No recent polls found