Ok, I better explain exactly what I'm doing. I have a template-based website maintenance system. It stores the contents of a web page in text files, which allows the user to update a text file and click a generate button to make it into a web page. The system is a bit more complex than that, but that describes the function in a nutshell. The problem comes in when the text file that holds the menu is changed. The user would then have to click the generate button on each page. What I want to do is make a script that could run all of the scripts so the user didn't have to do that. The script would simply have to call each CGI script like this:
perl update.cgi?action=generate
to cause the scripts to generate the pages. Speed isn't so much of a problem because very few people would be updating the site. I hope that clarifies some things. If there are other issues I should clarify, please just let me know. Thanks!
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: |
| & | | & |
| < | | < |
| > | | > |
| [ | | [ |
| ] | | ] |
Link using PerlMonks shortcuts! What shortcuts can I use for linking?
See Writeup Formatting Tips and other pages linked from there for more info.