I would like to learn how to code my own system

Good for you! Writing the system is the one sure-fire way to understand it all. However, as others have already mentioned, that is a big undertaking - especially if you are learning the underlying language and the associated web protocols and technologies at the same time. That's not to say you shouldn't try but just don't expect it to be easy or quick to complete.

or possibly better yet find a similar system that I can use

This might be an option. There were a whole bunch of such systems 15 to 20 years ago but that mode of operating (what you refer to as a Membership Replicator System) seems to have fallen out of fashion since and most of the applications in use back then have stagnated. There are probably a few still going but I don't have the details, sorry.

The person who provided the platform has gone out of business

Big question then: who owns the code to the existing system and what is the licence? If (big if - check with your lawyers if in any doubt whatsoever) you have the rights to do so you could use the existing system as a starting point. Learn how it works, understand the code and then, only then, start to go about modifying it to suit your needs. This assumes that you actually have the code of course and that existing system isn't just some SaaS offering instead.

Good luck with it however you decide to approach it. We in the Monastery can help you with the Perl side of things and probably some more besides.


🦛


In reply to Re: n00b asks first question by hippo
in thread n00b asks first question by krankin

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.