Pagina principaleGruppiConversazioniAltroStatistiche
Cerca nel Sito
Questo sito utilizza i cookies per fornire i nostri servizi, per migliorare le prestazioni, per analisi, e (per gli utenti che accedono senza fare login) per la pubblicità. Usando LibraryThing confermi di aver letto e capito le nostre condizioni di servizio e la politica sulla privacy. Il tuo uso del sito e dei servizi è soggetto a tali politiche e condizioni.

Risultati da Google Ricerca Libri

Fai clic su di un'immagine per andare a Google Ricerca Libri.

Sto caricando le informazioni...

Learning Perl [6th edition]

di Randal L. Schwartz, Brian D. Foy, Tom Phoenix

Altri autori: Vedi la sezione altri autori.

UtentiRecensioniPopolaritàMedia votiCitazioni
659535,173 (4)8
In this update of a bestseller, two leading Perl trainers teach you to use the most universal scripting language in the age of the World Wide Web. With a foreword by Larry Wall, the creator of Perl, this smooth, carefully paced book is the "official" guide for both formal (classroom) and informal learning. It is now current for Perl version 5.004. Learning Perl is a hands-on tutorial designed to get you writing useful Perl scripts as quickly as possible. Exercises (with complete solutions) accompany each chapter. A lengthy new chapter in this edition introduces you to CGI programming, while touching also on the use of library modules, references, and Perl's object-oriented constructs. Perl is a language for easily manipulating text, files, and processes. It comes standard on most UNIX platforms and is available free of charge on all other important operating systems. Perl technical support is informally available -- often within minutes -- from a pool of experts who monitor a USENET newsgroup (comp.lang.perl.misc) with tens of thousands of readers. Contents include: A quick tutorial stroll through Perl basics Systematic, topic-by-topic coverage of Perl's broad capabilities Lots of brief code examples Programming exercises for each topic, with fully worked-out answers How to execute system commands from your Perl program How to manage DBM databases using Perl An introduction to CGI programming for the Web… (altro)
Sto caricando le informazioni...

Iscriviti per consentire a LibraryThing di scoprire se ti piacerà questo libro.

Attualmente non vi sono conversazioni su questo libro.

» Vedi le 8 citazioni

Mostra 5 di 5
Gentle and entertaining introduction to basic Perl programming. It's probably not the most efficient way to learn the language for an experienced programmer since it gets a bit chatty and drawn out at times and does not get into advanced features. Nonetheless, it was worth the time to read. ( )
  josh314 | Mar 5, 2014 |
Technical manual. Useful starter for the Perl progamming language. ( )
  questbird | Oct 7, 2013 |
Azt még csak-csak el tudtam fogadni, hogy a fordítás tele van nehezen érthető és magyartalan mondatokkal. Bosszantó, de szakkönyvnél nem ez a lényeg. Ami valójában használhatatlanná teszi a könyvet, az a példaprogramokban elrejtett hibák nagy száma. Hiányzó zárójelek, operátorok garantálják, hogy a példaprogramok nagy része használhatatlan legyen. Tipikusan a perl egy olyan nyelv ahol erre nagyon kellene figyelni.

A könyvet csak azért nem osztályozom, mert nem lehet külön értékelni az eredeti könyvet (amennyire meg lehet ítélni a magyar kiadás alapján, ez egy elég jó bevezető könyv a perl nyelvhez) illetve a magyar kiadást (ami viszont pocsék).
  asalamon | Jun 16, 2009 |
My edition is a little old now, but this is absolutely the best book on Perl if you want to learn this powerful, complex language. Just be sure to get the newest edition available. ( )
  RicDay | Jan 26, 2009 |
Perl is an open source CGI scripting and web programming language. Perl is one of the most popular web programming languages because of its powerful text-manipulation capabilities. A huge number of Perl scripts are freely available on the web for download.

This textbook was written to be a gentle introduction to Perl. It is not a comprehensive guide to Perl. It is a companion volume to Programming Perl, Second Edition by Larry Wall, Randal L. Schwartz, and Tom Christiansen.

Advanced topics at the end of the book cover CGI programming, library modules, references, and object-oriented programming.

Perl will run on practically any computer platform including MS-DOS, VMS, OS/2, Macintosh, all flavors of Windows, UNIX, and Linux,

The exercises in the book can be downloaded from http://www.oreilly.com or by FTP.

You can visit the Perl home page at http://www.perl.com/perl/. ( )
1 vota MrJack | Oct 1, 2008 |
Mostra 5 di 5
nessuna recensione | aggiungi una recensione

» Aggiungi altri autori (1 potenziale)

Nome dell'autoreRuoloTipo di autoreOpera?Stato
Schwartz, Randal L.autore primariotutte le edizioniconfermato
Foy, Brian D.autore principaletutte le edizioniconfermato
Phoenix, Tomautore principaletutte le edizioniconfermato
Christiansen, Tomautore principalealcune edizioniconfermato
Wall, LarryPrefazioneautore secondarioalcune edizioniconfermato
Devi effettuare l'accesso per contribuire alle Informazioni generali.
Per maggiori spiegazioni, vedi la pagina di aiuto delle informazioni generali.
Titolo canonico
Dati dalle informazioni generali inglesi. Modifica per tradurlo nella tua lingua.
Titolo originale
Titoli alternativi
Data della prima edizione
Personaggi
Luoghi significativi
Eventi significativi
Film correlati
Epigrafe
Dedica
Incipit
Dati dalle informazioni generali inglesi. Modifica per tradurlo nella tua lingua.
Welcome to the Llama book!
Citazioni
Dati dalle informazioni generali inglesi. Modifica per tradurlo nella tua lingua.
So, if you get writer's block, just let the cat walk across the keyboard, and debug the result.
If only we could reset history and not make so many mistakes next time.
Ultime parole
Nota di disambiguazione
Dati dalle informazioni generali inglesi. Modifica per tradurlo nella tua lingua.
NOT in the nutshell series.
Not in the Nutshell series.

This is the 6th edition of Learning Perl, and covers Perl 5.14.
Redattore editoriale
Elogi
Lingua originale
DDC/MDS Canonico
LCC canonico

Risorse esterne che parlano di questo libro

Wikipedia in inglese (2)

In this update of a bestseller, two leading Perl trainers teach you to use the most universal scripting language in the age of the World Wide Web. With a foreword by Larry Wall, the creator of Perl, this smooth, carefully paced book is the "official" guide for both formal (classroom) and informal learning. It is now current for Perl version 5.004. Learning Perl is a hands-on tutorial designed to get you writing useful Perl scripts as quickly as possible. Exercises (with complete solutions) accompany each chapter. A lengthy new chapter in this edition introduces you to CGI programming, while touching also on the use of library modules, references, and Perl's object-oriented constructs. Perl is a language for easily manipulating text, files, and processes. It comes standard on most UNIX platforms and is available free of charge on all other important operating systems. Perl technical support is informally available -- often within minutes -- from a pool of experts who monitor a USENET newsgroup (comp.lang.perl.misc) with tens of thousands of readers. Contents include: A quick tutorial stroll through Perl basics Systematic, topic-by-topic coverage of Perl's broad capabilities Lots of brief code examples Programming exercises for each topic, with fully worked-out answers How to execute system commands from your Perl program How to manage DBM databases using Perl An introduction to CGI programming for the Web

Non sono state trovate descrizioni di biblioteche

Descrizione del libro
Riassunto haiku

Discussioni correnti

Nessuno

Copertine popolari

Link rapidi

Voto

Media: (4)
0.5
1
1.5
2 5
2.5
3 9
3.5 1
4 20
4.5 3
5 18

Sei tu?

Diventa un autore di LibraryThing.

 

A proposito di | Contatto | LibraryThing.com | Privacy/Condizioni d'uso | Guida/FAQ | Blog | Negozio | APIs | TinyCat | Biblioteche di personaggi celebri | Recensori in anteprima | Informazioni generali | 204,818,944 libri! | Barra superiore: Sempre visibile