Hello all,

I have been racking my brain trying to figure out a way (logic) to do the following:

I have this line:

\player_0\STOMP\frags_0\0\ping_0\ 146\team_0\0\mesh_0\Male Soldier\ski +n_0\TOPModels.Skins.CCSM\face_0\TOPModels.Skins.Legs\ngsecret_ 0\false\player_1\animals\frags_1\0\ping_1\ 374\team_1\1\mesh_1\Male So +ldier\skin_1\TOPModels.Skins.SFMe\face_1\TOPModels.Skins.SWATT ex0\ngsecret_1\false\player_2\Rigodon\frags_2\0\ping_2\ 159\team_2\1\m +esh_2\Male Soldier\skin_2\TOPModels.Skins.SFMe\face_2\TOPModel s.Skins.SWATTex0\ngsecret_2\false\queryid\64.1

sorry for length. this result string is \COLUMN\VALUE

What i need to do is map/split/???? these values so that the corresponding COLUMN = VALUE per line or (even better) per variable.
$column1 = $value1;
$column2 = $value2;
etc etc etc

but alas ... I cannot even come up with a good solid logic, much less the code for it.

What I am looking for is not so much code, but that silly little function/logic that is escaping me.

Any help is greatly appreciated.

thanks,

- f o o g o d


In reply to Split line with corresponding columns and values by foogod

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



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.