Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Happy New Year All - I hope noone over-indulged with the Mead! This is one of my quick silly questions so enjoy! I'm trying to use split on \n with, so far, no success. Can this be done? (chomp is of no use as the records in question have \n embedded in many places. The suggestions that I've had so far are the things that I have tried (with nada success!)
my @lines = () ; # ($msg) = @ARGV ; # @lines = split /\n/,$msg ; # foreach (@lines) { print "\n$_\n" ; } # print "\n" ;
I've tried this with & without the double quotes round the \n in the split statement and the best I get now - and the word useless springs to mind -is one field, xnynz. So the split hasn't completely worked it's removed the \'s from the field only! Sorry guys but NONE of your suggestions work! Have any of you actually tried this? Cheers, Ronnie

In reply to Split Decision by Ronnie

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

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

    No recent polls found