Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
We have been tossing around the idea of upgrading part of our site from a PHP script to one written in PERL. Part of what's holding us back is my almost total lack of PERL experience.

I do have one question that is probably the biggest I have, but is probably so insignificant to you that you'll laugh. PHP has require() and/or include() that allow me to change the contents of one file and it changes what's displayed in the page(or pages). For example, I insert

require(anouncments.txt);
into the main page, and to change any news for that page, I only need edit the announcments.txt file instead of the page being displayed.

It also allows me to add code(such as an RSS feed).

I'm sure there has to be the same setup for PERL, I just don't seem to be able to find it. Anybody point me in the right direction? I don't even have an idea of where to looks in the books it would seem, what question to ask.

Thanks.


In reply to PHP to PERL ? by brendgard

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (10)
As of 2024-04-19 09:11 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found