<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//ES"> <HTML> <HEAD> <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META NAME="GENERATOR" CONTENT="lfparser_2.9"> <META NAME="LFCATEGORY" CONTENT="Software Development"> <TITLE>lf208, Software Development: Revisión de libros: Programación profesional en PERL</TITLE> <!-- stylesheet added by lfparser: --> <style type="text/css"> <!-- pre { font-familiy:monospace,Courier } --> </style> </HEAD> <BODY bgcolor="#ffffff" text="#000000"> <!-- this is generated html code. NEVER use this file for your translation work. Instead get the file with the same article number and .meta.shtml in its name. Translate this meta file and then use lfparser program to generate the final article --> <!-- lfparser can be obtained from http://main.linuxfocus.org/~guido/dev/lfparser.html --> <!-- 2pdaIgnoreStart --> <MAP name="top"> <AREA shape="rect" coords="367,9,418,30" alt="Hogar" href="../index.shtml"> <AREA shape="rect" coords="423,9,457,30" alt="Mapa" href="../map.html"> <AREA shape="rect" coords="463,9,508,30" alt="Indice" href="../indice.html"> <AREA shape="rect" coords="514,9,558,30" alt="Busqueda" href="../Search/index.html"> </MAP> <MAP name="bottom"> <AREA shape="rect" coords="78,0,163,15" alt="Noticias" href="../News/index.shtml"> <AREA shape="rect" coords="189,0,284,15" alt="Arca" href="../Archives/index.html"> <AREA shape="rect" coords="319,0,395,15" alt="Enlaces" href="../Links/index.html"> <AREA shape="rect" coords="436,0,523,15" alt="Sobre LF" href="../aboutus.html"> </MAP> <!-- IMAGE HEADER --> <CENTER> <IMG src="../../common/images/Topbar-es.gif" width="600" height="40" border="0" alt="[Top bar]" ismap usemap="#top" ><BR> <IMG src="../../common/images/Bottombar-es.gif" width="600" height="21" border="0" alt="[Bottom bar]" ismap usemap="#bottom"> </CENTER> <!-- SSI_INFO --> <!-- tr_staticssi include virtual --> <!-- tr_staticssi exec cmd --> <!-- addedByLfdynahead ver 1.1 --><TABLE ALIGN="right" border=0><TR><TD ALIGN="right"><FONT SIZE="-1" FACE="Arial,Helvetica">Este artículo está disponible en los siguientes idiomas: <A href="../../English/July2001/article208.shtml">English</a> <A href="../../Castellano/July2001/article208.shtml">Castellano</a> <A href="../../Deutsch/July2001/article208.shtml">Deutsch</a> <A href="../../Francais/July2001/article208.shtml">Francais</a> <A href="../../Nederlands/July2001/article208.shtml">Nederlands</a> <A href="../../Portugues/July2001/article208.shtml">Portugues</a> <A href="../../Russian/July2001/article208.shtml">Russian</a> <A href="../../Turkce/July2001/article208.shtml">Turkce</a> <A href="../../Korean/July2001/article208.shtml">Korean</a> <A href="../../Arabic/July2001/article208.shtml">Arabic</a> </FONT></TD></TR></TABLE><br> <!-- 2pdaIgnoreStop --> <!-- SHORT BIO ABOUT THE AUTHOR --> <TABLE ALIGN=LEFT BORDER=0 hspace=4 vspace=4 WIDTH="30%" > <TR> <TD> <!-- 2pdaIgnoreStart --> <!-- PALM DOC --> <TABLE BORDER=0 hspace=4 vspace=4> <TR> <TD> <font size=1> <img src="../../common/images/2doc.gif" width=34 align=left border=0 height=22 alt="convert to palm"><a href="http://cgi.linuxfocus.org/cgi-bin/2ztxt">Convert to GutenPalm</a><br>or <a href="http://cgi.linuxfocus.org/cgi-bin/2pda">to PalmDoc</a></font> </TD> </TR> </TABLE> <!-- END PALM DOC --> <!-- 2pdaIgnoreStop --> <br> <IMG src="../../common/images/Guido-S.gif" alt="[Photo of the Author]" height="164" width="173"> <BR>por <A href="mailto:guido@linuxfocus.org">Guido Socher</A> <BR><BR> <I>Sobre el autor:</I><BR> <P>A Guido le gusta Linux , ademas de ser un buen sistema operativo, por la Comunidad que lo envuelve.</P> <BR><i>Contenidos</i>: <UL> <LI><A HREF="#lfindex0">Introducción</A></LI> <LI><A HREF="#lfindex1">El libro</A></LI> <LI><A HREF="#lfindex2">Referencias</A></LI> <LI><A HREF="http://cgi.linuxfocus.org/cgi-bin/lftalkback?anum=208&lang=es">Formulario de "talkback" para este artículo</A></LI> </UL> </TD></TR></TABLE> <!-- HEAD OF THE ARTICLE --> <H2>Revisión de libros: Programación profesional en PERL</H2> <IMG src="../../common/images/illustration208.gif" hspace="30" width="120" height="151" alt="[book cover]"> <!-- ABSTRACT OF THE ARTICLE --> <P><i>Resumen</i>: <P> <P>"Professional Perl Programming" (Programación profesional en PERL) es un libro perteneciente a la serie "Programmer to Programmer" (De Programador a Programador) de la editorial Wrox. Son 4.2 kg de papel y un monton de conociemiento por 80 euros. El libro cubre los aspectos básicos que uno puede pensar dela versión 5.6 de PERL.</P></P> <HR size="2" noshade align="right"><BR> <!-- BODY OF THE ARTICLE --> <A NAME="lfindex0"> </A> <H2>Introducción</H2> <P>Leí mi primer libro de Perl hace unos 7 años. Fue "Learning Perl" de la editorial O'Reilly. Desde entonces he utilizado Perl para varios proyectos. Desde entonces he estado actualizando mis conociemientos leyendo el manual y la documentación en linea.<BR> <BR> El libro "Professional Perl Programming" de Wrox se presenta como un buena oportunidad para pornerse al dia de las nuevas características y tener una buena visión general de las nuevas funcionalidades de la versión 5.6 de Perl.</P> <A NAME="lfindex1"> </A> <H2>El libro</H2> "Professional Perl Programming" tiene unas 1200 paginas y explica detalladamente el lenguaje. El libro es igualemte útil tanto para principiantes como para programadores experientados en Perl. <BR> Personalmente no lo recomiendo para principiantes. Esta escrito de manera clásica: empieza la instalación del Perl, tipos de datos operadores, estructuras complejas, control de flujos, etc. Esto lo hace abstracto y puede despistar a los principiantes por no saber que hacer excatamente con este lenguaje de programación. A los principiantes les aconsejaria un libro al estilo de "Learning Perl" de la editorial O'Reilly. <BR> <BR> ¿Quién debe leer el libro? En mi opinión, el libro está escrito para programadores de Perl con conocimientos básicos. Cubre casi todos los aspectos del lenguaje y en algunos casos suministra incluso detalles sobre las funciones internas del Perl. Esto ayuda ha entender las limitaciones y la potencia de ciertas características. Ademas, sirve para escribir un codigo más optimizado. El libro esta lleno de pequeños ejemplos independientes y fragmentos de codigo que ilustran los temas. Esto te permite copiarlos y modificarlos según tus necesidades. Recuerda que el libro no esta escrito en forma de tutorial. Los autores no presentan ningún programa o aplicación que crece gradualmente según avances en la lectura del libro. <BR> <BR> Leyebdo el libro he aprendido nuevos detalles y he obtenido nuevas ideas para escribir un codigo de Perl mejos.<BR> <BR> El libro es muy útil como referencia. Lo puedes tener en la mesa cerca del teclado y usar sus 41 paginas del indice alfabetico para contestar tus preguntas. Los pequeños ejemplos con los que termina cada página del libro harán una programación muy sencilla. <A NAME="lfindex2"> </A> <H2>Referencias</H2> <UL> <LI><A href="../../common/src/article208/perltoc.html">Indice</A> with main chapter headings.</LI> </UL> <!-- vim: set sw=2 ts=2 tw=75 et: --> <!-- 2pdaIgnoreStart --> <A NAME="talkback"> </a> <h2>Formulario de "talkback" para este artículo</h2> Cada artículo tiene su propia página de "talkback". A través de esa página puedes enviar un comentario o consultar los comentarios de otros lectores <center> <table border="0" CELLSPACING="2" CELLPADDING="1"> <tr BGCOLOR="#C2C2C2"><td align=center> <table border="3" CELLSPACING="2" CELLPADDING="1"> <tr BGCOLOR="#C2C2C2"><td align=center> <A href="http://cgi.linuxfocus.org/cgi-bin/lftalkback?anum=208&lang=es"><b> Ir a la página de "talkback" </b></a> </td></tr></table> </td></tr></table> </center> <HR size="2" noshade> <!-- ARTICLE FOOT --> <CENTER><TABLE WIDTH="95%"> <TR><TD ALIGN=CENTER BGCOLOR="#9999AA"> <A HREF="../../common/lfteam.html">Contactar con el equipo de LinuFocus</A> <BR><FONT COLOR="#FFFFFF">© Guido Socher, <a href="../../common/copy.html">FDL</a> <BR><a href="http://www.linuxfocus.org">LinuxFocus.org</a></FONT> <BR><a href="http://cgi.linuxfocus.org/cgi-bin/lfcomment?lang=es&article=article208.html" target="_TOP">Pinchar aquí para informar de algún problema o enviar comentarios a LinuxFocus</A><BR></TD> <TD BGCOLOR="#9999AA"><!-- TRANSLATION INFO --> <font size=2>Información sobre la traducción:</font><TABLE> <tr><td><font size=2>en</font></td> <td><font size=2>-></font></td> <td><font size=2>--</font></td> <td><font size=2><a href="mailto:guido@linuxfocus.org"><FONT COLOR="#FFFFFF">Guido Socher</FONT></a></font></td> </tr> <tr><td><font size=2>en</font></td> <td><font size=2>-></font></td> <td><font size=2>es</font></td> <td><font size=2><a href="mailto:apardoyo@yahoo.es"><FONT COLOR="#FFFFFF">Alberto Pardo</FONT></a></font></td> </tr> </TABLE></TD> </TR></TABLE></CENTER> <p><font size=1>2001-07-12, generated by lfparser version 2.9</font></p> <!-- 2pdaIgnoreStop --> </BODY> </HTML>