By simple parsing i could make the file look like this
@IL12::1::287 = qw(6 -17 -9 -21 -24 -15 -2 11 4 4 -15 -26 -16 -9 -18 -25 27 17 6);
@IL12::1::329 = qw(-25 -18 -28 23 17 1 -3 -23);
@IL12::1::1108 = qw(-8 -21 17 -25 9 -6 -15 4);
@IL12::1::1536 = qw(-12 -28 23 -12 17 -25 14 19 20);
@IL12::1::1591 = qw(-17 -23 -7 -19 25 25 -25 -15 -26 23 29 -12 -25);
@IL12::1::803 = qw(24 -20 -24 12 8 -22);
@IL12::1::1483 = qw(-20 -4 24 -17 19 -19 8 11 -5);
@IL12::1::631 = qw(-6 -22 19 26 -22);
@IL12::1::817 = qw(-23 -12 -15 -19 18 18 -23 8 -8 -8 8 4);
now my file contains list of arrays
i want to call 2 or more arrays from that file and use List::Compare to compare the arrays
how could i do that
is there any way to call a particular array from a file

In reply to Re^2: how to make first element of an string as a the array name by koleti
in thread how to make first element of an string as a the array name by koleti

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.