Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

I would say, if you know what you want to do, and roughly how to do things, then learning the syntax to do it is easy.

If you're trying to learn algorithms and programming at the same time, doing it in any language is going to be hard.


I was introduced to Perl at work, and was given 2 weeks to get up to speed on it. Now, I was already a developer and knew algorithms and a couple flavours of C and VB, so all I needed to learn was the actual language.

I spent the first day collecting files and installing, and browsing around and found http://perldoc.perl.org/ and perlmonks.

The second day, I aimed high and grabbed some sample code which opened a port and echoed back what you sent it. Over the week, I then turned that into a little market/exchange server that would let people log in and trade virtual resources for a play-by-committee game.

At the time, I didn't get dereferencing syntax, so the code was quite verbose with each deref step on its own line and no arrows in sight (just @$ref and friends to start with). My code also had a strong C accent, but I've gotten a lot better since then ;).


In reply to Re: Whats the average time taken to learn Perl? by SuicideJunkie
in thread Whats the average time taken to learn Perl? 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":



  • 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 drinking their drinks and smoking their pipes about the Monastery: (7)
As of 2024-04-23 16:21 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found