Quote:
Originally Posted by popophobia
Hmm, I tried the windows program to convert a prc to mobi to change title name but it does not seem to work with Mobipocket reader from mobipocket.com. They claims it's corrupted.
|
Could you tell me exactly what command you used and on what file? If you can give me the file even better.
Quote:
When I try to open it with FBReader however, it seems ok but no "end of line" was carried over.
|
What do you mean? mobi2mobi does not touch the html-code so FBReader ought to show the original prc file in the same way.
Quote:
Also, I'm trying to run mobiperl in Linux, what package do I need and how do I get them? Thanks.
|
Well, there probably is some method in your distribution how to install packages. In debian I usually search for missing files with "apt-file search filename" and the install the indicated package. Perl files ends with .pm.
If you do not find out which packages to install you can always do "perl -MCPAN -e shell" and the try to search for missing packages and install them. In principle if a file says "use Palm:

oc" you probably write "install Palm:

oc" in CPAN mode.