Okay I am quite confused with your question..

I think you are saying that you have made many Perl program files, each to print only one page each when called from a browser, including hypertext links to one or more of these other program files, as if navigating a menu system or a text-based adventure. But you now would like some help on how to reprogram the entire system into a single program file. Is this what you mean?

It is hard to visualize your current system or your ultimate goal, and we also cannot tell if you are asking about how to represent a directed graph / linked list in a SQL database for example, or what. We might be able to recommend that you use a module which someone else has prepared, if we can understand more fully. It might be easily solvable without resorting to other modules.

More clarity please, for example what is the reason you are building this system? Such information may have a large impact on what I or other people here might recommend. Also, we could use a link to your system if it is online or perhaps one of your program files' source code, posted between <CODE> tags.. Also no point in leaving your email address; you will have to check back here periodically for your free help from the community.


In reply to Re: linking by mattr
in thread linking by kondap

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.