Well as my first foray into Perl, I setup a sample web store based on the old Perlshop store script. I added a ton of features, cleaned out all the javascript, made an Administrator, and an easy setup program to generate the catalog. All you do is put the photos in directories named for their store-catagories, and run the update_catalog script.

Now it is very much like Perl4, but it runs good, and dosn't need many modules, especially if you don't want CC transactions. In that case, you can remove alot of the code. The original Perlshop used the old cgi parser, but I switched it to the CGI module. It uses a CSV database.

You can run the store at Zentara's Store

Download it Here

And play with the Administrator Administrator (The password is 'z-store', and it was designed for only one login at a time, so if you can't log in, someone else is testing it. If you try it, on the left frame, select your function from the Drop-down-Box, and click DO_IT

Now before the smarter monks critisize this Perl4 style code, I admit it is old style, but you don't need many modules, or Mysql, etc, and would be good in this situation. Plus I'll help you set it up if you need help.


I'm not really a human, but I play one on earth. flash japh

In reply to Re: perl web store by zentara
in thread perl web store by Anonymous Monk

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.