Hi monks,

I am very new to perl. I am learning the basics. However, I am not new to programming.

My task is as follows. I have a ".bib" (bibliography) file for which I have written a parser to make some changes within this file, in perl. This modified .bib file, I have to translate/convert to a .json format from here:

http://simile.mit.edu/babel/

This task is extremely annoying as you have to perform this everytime you modify the .bib file. I just came to know Perl is powerful enough to automate this process. I am a little lost however, in this regard as to where to start. I am not asking you to write the code for me, of course. It would be really great if you could give me some pointers as to how to get started.

best, arun.

In reply to perl and websites by cedance

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.