Simalarity to a preknown language (PERL is close to Javascript and Basic)

Er... no. not really. Perl (never PERL) has its root in C, shell scripting, sed and awk. It's not very similar at all to Javascript or BASIC.

A good Book (im using one from QUE)

If you gave use the title then we could give you opinions on you book. There are a number of Perl books out there and 90% of them are rubbish. To learn Perl the best books are probably Learning Perl, Perl: The Programmers Companion or Elements of Programming with Perl.

A place to test scripts (I STILL dont have a good one...)

What's wrong with the system that you posted this message from? Perl runs on just about any platform. There's even a pre-built binary version for many of them (including Windows). If you're testing CGI scripts, then Apache is the best web server and that is also available free for just about any platform.

--
<http://www.dave.org.uk>

"Perl makes the fun jobs fun
and the boring jobs bearable" - me


In reply to Re: Learning by davorg
in thread Learning by Ozyark

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.