Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^4: Two Column Data

by PilotinControl (Pilgrim)
on May 11, 2015 at 22:11 UTC ( [id://1126355]=note: print w/replies, xml ) Need Help??


in reply to Re^3: Two Column Data
in thread Two Column Data

That works fine....however the data needs to be split and have the : removed.

Replies are listed 'Best First'.
Re^5: Two Column Data
by Laurent_R (Canon) on May 12, 2015 at 18:04 UTC
    No it does not have to be split, you just need to replace the colon with a space to get the desired output you've shown. The way I did it in my post above:
    $in1 =~ s/:/ /;
    Je suis Charlie.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-25 17:37 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found