Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon.

Pages: 1-

Good Perl tutorials/books...

Name: Anonymous 2007-01-22 10:01

...to begin. because I'm bored to write C code to do little tasks on my system.

Name: Anonymous 2007-01-22 10:20

Name: Anonymous 2007-01-22 22:22

Learning Perl from O'Reilly is the best book for learning Perl that I have found.  Its actually amusing to read, its so well written.

Then move onto Programming Perl (the bible of Perl) for everything you will ever want to know.

Then pick up Perl Best Practices for how to apply all that massive knowledge.

Then, rock on.

Name: Anonymous 2007-01-23 2:32

Moving on to intermediate perl after reading beginning perl also does the trick. I agree with >>3, O'really perl books are amusing to read.

Name: Anonymous 2007-01-23 2:44

just read the perl man pages. that's what i did.

Name: Anonymous 2007-01-23 4:17

The perl man pages explain it all, but they do so in such an antipedagogic and disordered way (much to the style of perl) that you have to read them all to be able to understand anything. Perl fails sorry sirs.

Name: Anonymous 2007-01-23 6:35

I lucked into the entire Perl Reference Library box set from O'Reilly. Unfortunately, it is no longer available.

That said, I try to avoid perl as much as possible. I do my scripting in bash or Python as I like to be able to read it two years later and know what the hell it does.

Name: Anonymous 2007-01-23 13:51

Ok for the O'reilly's book, I will throw an eye on them. Man pages maybe irrelevant by the fact that i must throw myself in the concepts of OO programming.

>>7
I find that bash is not clearer than perl in its syntax, but python is a good language to make small scripts ? Are the performances fine ?

Name: Anonymous 2007-01-23 14:08

>>7
That said, I try to avoid perl as much as possible. I do my scripting in bash
Choosing Python over Perl is one thing. But choosing Bash over Perl? You've got issues, man.

>8
Python now has an edge over Perl for performance. For most things that's probably enough.

Name: Anonymous 2007-01-23 14:14

Language cleanliness:
Python > Ruby > PHP >> Perl >>> Bash

Language performance:
Python > Perl >> PHP > Ruby >>> Bash

Language power:
Ruby >= Python > Perl >> PHP >>> Bash

Name: Anonymous 2007-01-23 14:14

Python is for fags.

Name: Anonymous 2007-01-23 15:27

>>9
I actually wrote an XML stats parser for BOINC clients using Bash, sed, awk and chewing gum ;)

I reluctantly turned it into a PHP script on my internal webserver.

Name: Anonymous 2007-01-23 21:50

there's more than one way to do it

Name: Anonymous 2007-01-24 9:54

>>13
And one of those ways is to write it in Python and be done with it.

Name: Anonymous 2007-01-24 10:49

So, I will try BOTH Perl and python and see which one I prefer and the more efficient.

Name: Anonymous 2007-01-24 16:44

>>15
Wise

Name: Anonymous 2007-01-25 15:54

>>16
but unwise to try two languages at the same time just for comparison purpose. I've done it in the past for Common Lisp and OCaml and I wasted my time. My piece of advice is to try them both without the comparison part.

Name: Anonymous 2007-01-26 9:22

>>17
I won't try them but learn them, my choice will forge itself by using them both some time, not by benchmark or other stuff like that. And maybe I won't even make a choice, after all. But between them, which one is the more convenient to assimilate OO conepts ?

Name: Anonymous 2007-01-26 11:27

>>18
This Python user believes Ruby's object model is purer, although it seems to lack some features such as multiple inheritance, which I understand you can fix with mixins.

Name: Anonymous 2007-01-26 17:47

>>18
If you are dealing much with Linux, you'd do well to learn both - Period.

They're the glue holding this mess together.

Name: Anonymous 2008-02-16 16:15

(3 4)
                                          │
                                          │
                                          ▼
((1 2) 3 4)┏━━━┳━━━┓                  ┏━━━┳━━━┓    ┏━━━┳━━━┓
      ────►┃ ● ┃ ●─╂─────────────────►┃ ● ┃ ●─╂───►┃ ● ┃ ╱ ┃
           ┗━┿━┻━━━┛                  ┗━┿━┻━━━┛    ┗━┿━┻━━━┛
             │                          │            │
             ▼                          ▼            ▼
(1 2)   ┏━━━┳━━━┓    ┏━━━┳━━━┓     ┏━━━┓        ┏━━━┓
      ────►┃ ● ┃ ●─╂───►┃ ● ┃ ╱ ┃     ┃ 3 ┃        ┃ 4 ┃
           ┗━┿━┻━━━┛    ┗━┿━┻━━━┛     ┗━━━┛        ┗━━━┛
             │            │
             ▼            ▼
           ┏━━━┓        ┏━━━┓ 
           ┃ 1 ┃        ┃ 2 ┃
           ┗━━━┛        ┗━━━┛


     Figure 2.5:  Structure formed by (cons (list 1 2) (list 3 4)).

Name: Anonymous 2008-02-16 16:17


                                        (3 4)
                                          │
                                          │
                                          ▼
((1 2) 3 4)┏━━━┳━━━┓                  ┏━━━┳━━━┓    ┏━━━┳━━━┓
      ────►┃ ● ┃ ●─╂─────────────────►┃ ● ┃ ●─╂───►┃ ● ┃ ╱ ┃
           ┗━┿━┻━━━┛                  ┗━┿━┻━━━┛    ┗━┿━┻━━━┛
             │                          │            │
             ▼                          ▼            ▼
   (1 2)   ┏━━━┳━━━┓    ┏━━━┳━━━┓     ┏━━━┓        ┏━━━┓
      ────►┃ ● ┃ ●─╂───►┃ ● ┃ ╱ ┃     ┃ 3 ┃        ┃ 4 ┃
           ┗━┿━┻━━━┛    ┗━┿━┻━━━┛     ┗━━━┛        ┗━━━┛
             │            │
             ▼            ▼
           ┏━━━┓        ┏━━━┓ 
           ┃ 1 ┃        ┃ 2 ┃
           ┗━━━┛        ┗━━━┛


     Figure 2.5:  Structure formed by (cons (list 1 2) (list 3 4)).

Name: Anonymous 2009-01-14 14:31

WHBT

Name: Anonymous 2009-03-06 5:30

Perl and factor and   it crashed jedit.

Name: Anonymous 2010-12-17 1:39

Erika once told me that Xarn is a bad boyfriend

Name: Sgt.Kabu狮kiman㾚秳 2012-05-28 21:57

Bringing /prog/ back to its people
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy
All work and no play makes Jack a dull boy

Don't change these.
Name: Email:
Entire Thread Thread List