updated: the poster managed to mangle his own post, but I backed up the history enough to salvage the original question below in italics
hi, i'm very new to perl, very...
how can I make a simple news system for a static page with a comment section? where you log in as an admin and are confronted with news submissions form? i dont know much at all so...explain very thoroughly please...i dont know much at all with perl
using server side and stuff, so the news will look good too, not just slopped together, kind of like slashcode, but minus everything else and simpler than the slashcode news and comment system, please. i'm very new and would like to learn a lot more, slashcode was of no help to me, and i want to do something much simpler although easy, i know this is a large request, but please help
Hey
trigger, I learned most of my (albeit small) perl skillz by doing small projects exactly like the one you are describing.
You're right when you say this is a big request, but I think you've come to the right place. The only problem is, we (monks) can't really be thorough with the breifing you just gave. There are a few details that will influence your
news posting system project that will drastically change the application design. Could you answer the following questions?
- Do you have a cgi-bin (or equivalent) at you're server / service provider?
- Do you have a database such as MySQL or mSQL?
- Can you run server side includes (SSI for short)?
- Does your server / service provider run Unix or NT?
- How often do you plan on updating?
- How many people will be updating?
- What is the minimum / maximum size for a post?
- Do you have something up, a URL, that we can look at?
Once we get those cleared, you'll have a better idea of what you want, and we'll be able to point you in the correct direction and even drop in some lines of code...
#!/home/bbq/bin/perl
# Trust no1!
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.