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

Re^2: Splitting multiline scalars into different array entries

by davis (Vicar)
on Aug 05, 2005 at 11:15 UTC ( [id://481192]=note: print w/replies, xml ) Need Help??


in reply to Re: Splitting multiline scalars into different array entries
in thread Splitting multiline scalars into different array entries

Hmmm... that was my first result. See my desired output. Thanks anyway!

davis
Kids, you tried your hardest, and you failed miserably. The lesson is: Never try.

Replies are listed 'Best First'.
Re^3: Splitting multiline scalars into different array entries
by broquaint (Abbot) on Aug 05, 2005 at 11:23 UTC
    Ah yes, it seems I missed the transposition.
    use Algorithm::Loops 'MapCar'; my @results = map { grep(/\n/,@$_) ? MapCar {[@_]} map([split "\n"], @$_) : $_ } @AoA;
    And to be sure:
    HTH

    _________
    broquaint

      broquaint: Thank you very much. I had just seen frodo's link, and was struggling with MapCar myself. That's exactly what I was after.

      davis
      Kids, you tried your hardest, and you failed miserably. The lesson is: Never try.
      i wanna split a file which has 3 char and all 21 values in a single line ie each char has 7 values.so i need to split it as 7 in each line by input file.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-03-29 07:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found