It would help if you could be a little (ok, a lot) more specific. Perl is always free, and is probably installed at your web host.

If you don't have a web host, you should get one -- I suspect you aren't quite ready to maintain your own web site just yet, and you probably would be better off with a good hosting company even if you are. If you are contemplating a CGI-driven custom web site, it is no small project. Besides getting something working, there are performance and security issues a hosting company is better prepared (one hopes) to handle.

Everything you need to do fancy things with perl and CGI is available at no charge, mostly from CPAN, but you do have to know what it is you want to do and how to do it. I suggest you find a web host that provides the services you need, and also that you stick to simple things a simple website until you gain some more experience.

If you are asking about a real estate package of some kind written in perl, I don't know of any, but if I were looking for one, I would try CPAN and Google .


In reply to Re: real estate perl code by vacant
in thread real estate perl code by chileperl

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.