This is not a post about some debugging of code I have zero knowledge of perl.Recently I wanted to use a particular dictionary on my kindle ereader and I downloaded it from internet but the problem is that it is in .epub format which is not supported by kindle ereaders.But the dictionary is in 'dictionary format' and not a normal book .epub format.Whem I converted it to .mobi format by calibre it converted that dictionary .epub format to normal book .mobi format which means that that .mobi file is recognised by kindle as normal book and not dictionary. But I came across one post that dealt with the problem I have but it uses 2 script(one script using perl and other using pyhton) and I have not experience of programming.

url to that post:- https://www.mobileread.com/forums/showthread.php?p=2562381#post2562381

So,assuming that you have once went through that post I need help with how to actually use that dicthtml2tab.pl file and if you can help with this problem that would be very helpful


In reply to Using perl script to convert .html file to tab delimited file by ssaahh

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.