Many of us here are learning Perl too. I’ve found hanging around on perlmonks is a very good start, there are many experienced monks that are willing to help. Have a look at the very marvellous Tutorials, do a bit of super searching.
So, sign up for an account and start writing code. :-) If you get stuck show us your code. If you get an error message show us that too. Show us any input the code needs and any output you get and show us what output you expected.
Write your code so that monks can download it and run it. Make sure it compiles and use strict and warnings.
If you try to follow these guidelines you’ll almost certainly get helpful responses. When I’ve done this I’ve had answers, suggestions and advice from experienced monks that have helped me, kicking and struggling, along the path to getting at least a faint grip on Perl. I’m sure you will too, welcome to the monastery.
-
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
or How to display code and escape characters
are good places to start.
|