Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??
Consider this a "review snippet": It's very incomplete and reflects only a brief and incomplete scan on the on-line html version, as of 20090916.

Impatient Perl ($free, 2004, self-published, "GNU Free Documentation License, Version 1.2 or....") clearly identifies its target audience: "... people who either want to learn perl or are already programming in perl and just do not have the patience to scrounge for information to learn and use perl." But its approach sometimes suffers from catering to the impatient -- in this case, by presenting material with misleading information.

For example, London offers the following (at 1.4) as "Your First Perl Script, EVER"

Create a file called hello.pl using your favorite text editor. Type in the following:
#!/usr/bin/env perl use warnings; use strict; # comment use Data::Dumper; print "Hello World \n";

and then proceeds to assert:

1.5 Default Script Header
....
#!/usr/bin/env perl use warnings; use strict; use Data::Dumper;

Granted that where I've placed the ellipsis, London states that it's an "assumed" default block header for the book, but, IMO, including the unused D::D in the "first script" and the potentially misleading title of 1.5, are just two of the defects which detract from its value as an authoritative primer. (It may well serve better in its second stated purpose: "... use as a handy desk reference for some of the more common perl related questions.")

Update:

  1. Maybe the $Not_Free version has been updated from the html version? I didn't spend the money to find out.
  2. The link in the OP fails to find "Impatient Perl" but references a possibly similar text, in French, PERL POUR L'IMPATIENT 2E EDIT (ISBN: 2914010729 / 2-914010-72-9 ) by a different author, "Desreux S."

In reply to Re: Impatient Perl by ww
in thread Impatient Perl by Trundlar

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others admiring the Monastery: (5)
As of 2024-04-24 06:33 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found