in reply to using perl as a new user

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.

Replies are listed 'Best First'.
Re^2: using perl as a new user
by scheaz99 (Novice) on Mar 01, 2016 at 22:27 UTC
    I love perl... it works beautifully and I had studied few other languages I really think perl is the smartest. Thanks