th3j4ckl3,

Welcome to Perl and PM. I have worked in AIX for about 24 years, and have used Perl for about the last 15 years.

Perl just gets better and better.

You ordered the right book, but you may also want to get the O'Reilly companion book "Perl Cookbook". I only found out about it on PM, and it has a lot of useful examples that are full scripts. You can get source for the scripts from the O'Reilly web site. It may help you appreciate the power of Perl!

One note of caution about AIX. IBM has sometimes shipped the development version of Perl, and not the stable version. Versions 5.8.8 and 5.12+ or newer are great versions of Perl. I have compiled them with both the gcc 4.2.4 and the xlc compilers without much problem. You can check your version:

perl -v # tells you just the version perl -V # thats a capital V, and it tells how Perl was +compiled
This is covered in your book.

Enjoy!

"Well done is better than well said." - Benjamin Franklin


In reply to Re^2: Proper use of split by flexvault
in thread Proper use of split by th3j4ckl3

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.