I'm working on a site that has both a public area and a members area. I would like to make it so that a menu appears on both, but some items are available to people logged in as members and not to the public.
I wrote a script that use an include statement in a .shtml file to do this, but I have a few perl scripts that I'm using HTML::Template to return output with that I can't include the script with.

So, my question is:
A) How can I execute a script within a script (and is this a good/bad idea)?
OR
B) Is there a way to have a script in a seperate file, then include it into a file as if it were a sub and execute it?

If I'm not being clear in what I need to do, please let me know and I'll gladly elaborate some more.

Basically I would like to execute a script within a script OR somehow include it into the file, and run it as a sub. Is there a way to do this? And is it a bad idea?

Thx Monks!


Steny

In reply to Exec script within script or import sub...? help plz 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.