Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
I am also searching for a similar answer as what is found in this thread. If I might add my actual experience to the subject, I would round it all up this way...

You should target all your time into what is basic to have it all working: (imagine that your 6 months have expired, what would you do to have something working?)

Everybody knows that you could start coding something that works in PHP faster than in perl.- That is why PHP exists. But PHP has always some sort of respect towards what is written in perl.

That said, I think that your main target now, is to know more about www working. Concepts that are the same in any language. If you use a site, you are not easily going to know if it is working in C, perl, PHP or in Basic.

It is a must to know what you are going to need to manage your site: sessions, databases, multitier layers, TCP-IP, etc. So, it would help a lot if you face it with some language in mind.

We use to forget our new language. The best of all: Open Source. Yes, the language of the people, not a companies language. That is: you could start standing on the shoulders of a working project like http://krang.sourceforge.net/ , for example. That uses one of the most outstanding perl modules & technology: CGI::Application.

Then, you should start studying the code and the web concept. As well as subscribing to the Krang forum to check your doubts and learn other concepts.

Little by little, as long as you understand how it is all working, you'll be adding what you need to make it your own site. The benefit is that as long as you are studying it, the project keeps on growing in complexity, with you riding over it all the time!

In that way, you might spend your next 6 months in the right direction.

Forget about the speed of your code. But build everything with mod-perl in mind. After you have something working fine, you shouldn't bother about speed. You shouldn't even notice the difference. Read about Krang and you'll learn that it actually has mod-perl in mind. But is not exclusive to that.

.{\('v')/}   C H E E R   U P !
 _`(___)' ___a_l_b_e_r_t_o_________
Wherever I lay my KNOPPIX disk, a new FREE LINUX nation could be established.

In reply to Rounding it all up by chanio
in thread Perl/CGI Vs PHP Vs ASP by sk

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 cooling their heels in the Monastery: (3)
As of 2024-04-19 20:59 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found