http://www.perlmonks.org?node_id=937184

Hi Guys, please find very basic site for perl www.diveintoperl.com

Replies are listed 'Best First'.
Re: New site for perl
by GrandFather (Saint) on Nov 09, 2011 at 19:42 UTC

    I don't see PerlMonks listed among Perl resources. I'd have said PerlMonks was close after CPAN as an important Perl resource!

    True laziness is hard work
Re: New site for perl
by ww (Archbishop) on Nov 10, 2011 at 11:21 UTC

    Tips'n Tricks->one liner: unix quoting with no qualifiers to stmnt that "This will print Hello oneliner in command line."
    Nope; it will print the Hello oneliner on the command line ONLY so long as the CLI is nix-=ish.

    Tutorial: "Introduction
    PERL - Practical Extraction and Reporting Language
    You do know that's a backronym, right?

    Tutorial (again): "File Handling" ...
    No example of 3 arg open?

    News:
    First item is announcement of the site by an individual wasting huge amounts of resources here?

    OTOH, you've done some neat stuff to render additional detail about examples, just for instance... So work on the content.

Re: New site for perl
by hbm (Hermit) on Nov 10, 2011 at 17:54 UTC

    Some errors:

    • "Why use perl? Most powerful onliners one-liners".
    • Two examples produce an error: print $var";
    • "{m,n} Match atleast at least n m times but not more than m n times."
    • "(?(?<!) Match if expr wouldn't match previously."
    • "We have to define the handler in capital letters but its it's not manditory mandatory."
      (In addition to typos, "have to" and "not mandatory" are conflicting.)

    Update: Small wording change.

      "We have to define the handler in capital letters but it's not mandatory."

      • s/handler/file handle/
      • s/We have/It's customary/
Re: New site for perl
by zentara (Archbishop) on Nov 10, 2011 at 18:29 UTC

      No, please don't.