You need to set yourself a task that is a) small and b) gives you feedback for your efforts.

Here's an example.
By small I mean, write a program that takes guest comments from a form.
A guest comments app.
It should store all entries to a simple text file, simply concatenate.
It should have a cli(command line interface) only, forget wui (web user interface) right now.

Write your script to work such as .. # perl ./myscript 'this is my comment'.
It should save the time , the name of the user logged into the terminal, and the comment. It should freak out if there's no comment.

Once *this* "very simple" program is made, *afterwards* you can worry about a grapical interface, different storage methods, displaying the comments, etc etc etc.

Start small and set out to do something that gives you feedback for your efforts, that shows you some functionality right away for your effort.
Start small.

Start small, very small. Be humble- write something very simple. Imagine you *are* brand new to computers.

Gotta tell ya though, your nick doesn't inspire solidarity here.


In reply to Re: Seeking Help Please by leocharre
in thread Seeking Help Please by h4ckroot

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



  • 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:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.