hello and welcome scheaz99

First i have to say that Perl is my only programming language and also that i had no programming nor scientific background before starting.
So i can tell that after more than 14 years i'm very happy with Perl a tool that open as many doors you want: I dunno if other monks with a vaste programming background, can tell of another language used for so many different things. On my experience i can say i used Perl with success to: administration and automation of windows systems (and some Linux too for my sanity..), heavy work on text and data (the original goal of the language), full power regular expressions, graphical programming with Tk, fast and secure interaction with databases via DBI, web client emulation via LWP, web programming via CGI (many years ago.. will discuss this topic later), big template support with Template Toolkit, full Unicode support, friendly community, biiiig module repository (on CPAN you' ll find that other peoples had your same problems and had resolved in (usually) a smart way so half or all the work is already done..) and dont forget the fun to lurk at perlmonks..

As personal note i can add: you'll love Perl for the freedom given to you to do what you wont in the way you wont, for the errors it reports (very punctual and appropriate comments not 'ton of noise lines with no sense') and for the possibility to have the work done in few baunch of lines.

So, if you choice learning Perl as big investment (come on jump on it!) here you'll find my personl advice about your steps, assuming you wont to go in the field of web serverside programming.

So tell us what you decided and i hope we'll see here at perlmonks.

HtH
L*
There are no rules, there are no thumbs..
Reinvent the wheel, then learn The Wheel; may be one day you reinvent one of THE WHEELS.

In reply to Re: using perl as a new user by Discipulus
in thread using perl as a new user by scheaz99

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.