Beefy Boxes and Bandwidth Generously Provided by pair Networks
Welcome to the Monastery
 
PerlMonks  

Re: split line from one point

by raybies (Chaplain)
on Oct 19, 2011 at 14:47 UTC ( [id://932424]=note: print w/replies, xml ) Need Help??


in reply to split line from one point

While all the above posts are correct, you're not understanding what "split" does...

what you want is the substitution operator:

s/T/,/;

(Essentially you're trying to substitute the 'T' for the ',') then just print, you don't even need the $a variable.

cheers!

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (10)
As of 2024-04-18 14:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found