let me explain my work flow it may help in a better way. I have a set of calldetails which is coming to my system unix file area which needs to be lookup with the incoming phone numbers and replace a perticular value in the call details file and then use our core api to calculate the rate of call and upload to our database. So my intension is to do the lookup before the call rates are getting calculated.since my sore api which calculates the rate can only identify input as flat file,so i have to get the file as flat file after this lookup. So how can i bring database in b/w these? that y i thought of a perl script which can do the lookup activity whose performance is comparable with database. But since this perl is very new to me..i am really confused and am not getting any encouraging reply from this site also.... I have alreadt done this logic with sql loader and shell scripting ,but im not quite satisfied with the performance.That y i turned to perl.....

In reply to Re^8: how to define key for a hash by Anonymous Monk
in thread how to define key for a hash 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.