Hello everyone,

I want to create a bare bones, text only site classifieds site which is global. My site will be a niche one, but built like Craigslist and I want it to be able to handle robust traffic. I have seen Craigslist clone software to buy on the internet but they are usually modernised copies built on php or ruby and not really what I want. They have too many gimmicks.

I want to use perl to create my webste because that’s what Craigslist used (I understand it is built on perl and Mysql database). I will host it on a dedicated server.

I have created websites in the past for myself but I used Frontpage 2003. I don’t have a degree in computer science or anything like that, and my knowledge of computers is general (home, university, small business). But I am quick to learn.

I am not a programmer, although I have bought a Perl book to start learning. In fact, I got this website’s url from the book. My questions are:

1.Are there any sections of code here for building a classified site like Craigslist?

2.If not, is there a particular section I should start learning first? I am assuming I’ll have to build the database first, then code the html pages later?

Thank you in advance.

In reply to I want to build a Craigslist clone by newbietocode

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.