to who may concern:

currently I work on the search project which is getting the search result return by Google and I need to translate they method in order to display what I wanted.

My question is how to compose a perl script to read specific structure of MetaTag from Google. the google search result return with MetaTag is like this   "MetaTag_1_1:64:Description=...";"MetaTag_1_2:64:Posted=..." I can pass $i=$_[0] to get into first array, but how can pass to array side by side like this "MetaTag_$i_$j". within this structure I put into with   $triplets{"MetaTag_$i_$j"} to abtract the element out from result return by Google. aslo the variable has to be exactly format like "MetaTag_$i_$j" no space, if not it wont recieve any data from Google. thank you so much and I hope I explain detail enough this time


In reply to display MetaTag by Anonymous Monk

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.