Re: (1)[0] ok but not 1[0]



precedence". IMO, it is an indication of the sad state of affair with
Perl documentation that there is no place in perl docs which lists all
of them...

Thats what I think too, although I wouldn't go as far as to label it
sad. I would like to have a book for Perl what the book "The C++
Programming Language" is for C++. Something very clear, very concise,
clearly naming things and give things clear semantics. "Programming
Perl" is a good book, but in my opinion by far not as concise as "The C
++ Programming Language". To be fair I am a Perl novice, and it might
be to early to make such a statement.

I am writing a documentation for Perl for myself. I hope it turns out
more concise, at least in my view, as the documentation about Perl I
have currently in my hands. I am writing it to learn Perl, to order my
thoughts, my understanding of Perl. It has a lot of positive side
effects though
- I learn Perl pretty well
- I learn LaTeX a bit (i decided to write the document in latex)
- I learn how to efficiently edit LaTex files in Emacs
- I learn more about meta syntax notations. I am using an own syntax
notation which I created on this occasion (also to describe bash
scripts), since I find EBNF and the like quite cumbersome. It's more
for the fun of it, to have something I personally like better, not to
have something which is better by objective means.

Flo
.



Relevant Pages

  • ANNOUNCE - Muldis::DB v0.0.0 released, in p5+p6
    ... I am pleased to announce the release of Muldis::DB version 0.0.0 for Perl 5 on CPAN. ... If you want to read all the Muldis::DB documentation that exists now, I recommend doing so in this order: ... Muldis::DB implements a D language as defined by Hugh Darwen and Chris Date, and presents a superior interface for working with the relational model of data, contrasted with SQL. ...
    (perl.dbi.users)
  • Re: How to use select (select(2)) in Perl?
    ... }> global-assignment *across* a package does. ... Perhaps we could agree that the ONLY real change in the documentation ... } very thin wraper around that, that provides a Perlish interface. ... } be willing to bet that if perl hadn't had select in the first place, ...
    (comp.lang.perl.misc)
  • Re: Wait for background processes to complete
    ... especially the ones about the Perl Documentation being ... There is no further reference to a "double fork" (except in the ... There is a general problem with perl documentation: ... and what the child should do depend on what you want them to do. ...
    (comp.lang.perl.misc)
  • Re: regex to convert 1000000 -> 1,000,000 ?
    ... >> is a big chunk of that documentation and pretty hard to miss, ... the whole situation is like this: Perl is like a software ... If the newbie is an idiot, and uses grep not to search and then check the ... > have to first KNOW of perldoc. ...
    (comp.lang.perl.misc)
  • perldoc -q date|time FAQ -- and -- Re: making same change to *lots* of files, *w
    ... whether the point 24 hours ago was in daylight savings time. ... How do I get a file's timestamp in perl? ... You use the utime() function documented in "utime" in perlfunc. ... Check the documentation for your specific version of Perl. ...
    (comp.lang.perl.misc)