Advanced Perl Programming / William "Bo" Rothwell

Por: Rothwell, William Bo [autor]Tipo de material: TextoTextoEditor: Berkeley, CA : Apress L.P., 2020Descripción: 296 páginasTipo de contenido: texto Tipo de medio: no mediado Tipo de portador: volumenISBN: 9781484258620Tema(s): PERL (Programas para computador)Clasificación CDD: 005.133 Recursos en línea: VERSIÓN DIGITAL
Contenidos:
Chapter 1: Command-Line Options -- Changing input record separator -- Create a loop around your script -- Looping and printing -- Looping and parsing -- Editing in place -- Flexibility in backup filenames -- Backing up to different directories -- Syntax checking -- Pre-appending to @INC -- Manipulate @INC at compile time -- Using the -I option -- Including modules -- Using -M to load specific identifiers from modules -- Alternative syntax to -M -- Command-line parsing 5058 |a Displaying configuration information -- Extracting scripts from messages -- Handling extra text after end of script -- Additional resources -- Lab exercises -- Chapter 2: References -- Creating references -- Returning the value from a reference -- Other methods of referencing arrays -- Arrays of scalar references -- Another method of referencing hashes -- The ref function -- Making anonymous references -- Method #1 -- Method #2 -- Method #1 -- Method #2 -- References to functions -- use strict'refs' -- Making use of symbolic references -- Additional resources -- Lab exercises 5058 |a Chapter 3: Advanced Data Types: Arrays -- What you should already know about arrays -- Creating arrays -- Returning values in arrays -- Adding and removing elements in an array -- Looping through the array -- Array operators -- The reverse operator -- The sort operator -- The qw operator -- Array separator variable -- Regular expression matching with grep -- What you might know about arrays -- Changing #array changes the size of the array -- Arrays returned in scalar context returns the number of elements in the array -- Changing the variable in a foreach loop changes the array elements 5058 |a The _ variable is used by default in a foreach loop -- The foreach loop and for loops are the same thing -- Arrays of arrays -- Method #1 -- Make an array for each data type -- Method #2 -- Make an array for each transaction -- Method #3 -- Make an array of arrays -- Creating arrays of arrays -- Rows and columns -- Creating a multi-dimensional array from STDIN -- Accessing values in an array of arrays -- Adding a subarray (row) -- Adding a column -- Printing an array of arrays -- Additional resources -- Lab exercises -- Chapter 4: Advanced Data Types: Hashes 5058 |a What you should already know about hashes -- Creating associative arrays -- Accessing values in an associative array -- Removing associative array keys and values -- exists vs. defined -- What you might know about hashes -- Keeping order in hashes -- Additional useful hash modules -- Inverting a hash: method #1 -- Inverting a hash: method #2 -- Hashes of hashes -- Approach #1 -- Make four arrays, one for each student -- Approach #2 -- Make three associative arrays, one for each test -- Approach #3 -- Make a hash of hashes -- Creating hashes of hashes -- Accessing values in a hash of hashes
Lista(s) en las que aparece este ítem: COLECCION BIBLIOTECA DIGITAL | COLECCION BASICA DE APOYO DOCENTE
Etiquetas de esta biblioteca: No hay etiquetas de esta biblioteca para este título. Ingresar para agregar etiquetas.
Valoración
    Valoración media: 0.0 (0 votos)
Existencias
Tipo de ítem Biblioteca actual Colección número de clasificación Copia número Estado Notas Fecha de vencimiento Código de barras
Bibliografía Reserva copia 1 Bibliografía Reserva copia 1 Biblioteca Campus San Joaquín
Colección Básica de Apoyo Docente 005.133 R848 2020 (Navegar estantería(Abre debajo)) 1 Disponible Asignatura : Lenguajes de programación en WWW 3560900266764
Bibliografía Reserva Basica Bibliografía Reserva Basica Biblioteca Campus San Joaquín
Colección Básica de Apoyo Docente 005.133 R848 2020 (Navegar estantería(Abre debajo)) 2 Disponible Asignatura : Lenguajes de programación en WWW 3560900266765
Bibliografía Reserva copia 1 Bibliografía Reserva copia 1 Biblioteca Central
Colección Básica de Apoyo Docente 005.133 R848 2020 (Navegar estantería(Abre debajo)) 1 Disponible Asignatura : Lenguajes de programación en WWW 3560900266763
Bibliografía Reserva Basica Bibliografía Reserva Basica Biblioteca Central
Colección Básica de Apoyo Docente 005.133 R848 2020 (Navegar estantería(Abre debajo)) 2 Disponible Asignatura : Lenguajes de programación en WWW 3560900266762
Navegando Biblioteca Campus San Joaquín Estantes, Ubicación: Colección Básica de Apoyo Docente, Código de colección: Colección Básica de Apoyo Docente Cerrar el navegador de estanterías (Oculta el navegador de estanterías)
005.133 P463 C con ejemplos / 005.133 P463 C con ejemplos / 005.133 P463 C con ejemplos / 005.133 R848 2020 Advanced Perl Programming / 005.133 R848 2020 Advanced Perl Programming / 005.133 S525 Data structures & Algorithm Anlalysis in C++ / 005.133 S525 Data structures & Algorithm Anlalysis in C++ /

Chapter 1: Command-Line Options -- Changing input record separator -- Create a loop around your script -- Looping and printing -- Looping and parsing -- Editing in place -- Flexibility in backup filenames -- Backing up to different directories -- Syntax checking -- Pre-appending to @INC -- Manipulate @INC at compile time -- Using the -I option -- Including modules -- Using -M to load specific identifiers from modules -- Alternative syntax to -M -- Command-line parsing
5058 |a Displaying configuration information -- Extracting scripts from messages -- Handling extra text after end of script -- Additional resources -- Lab exercises -- Chapter 2: References -- Creating references -- Returning the value from a reference -- Other methods of referencing arrays -- Arrays of scalar references -- Another method of referencing hashes -- The ref function -- Making anonymous references -- Method #1 -- Method #2 -- Method #1 -- Method #2 -- References to functions -- use strict'refs' -- Making use of symbolic references -- Additional resources -- Lab exercises
5058 |a Chapter 3: Advanced Data Types: Arrays -- What you should already know about arrays -- Creating arrays -- Returning values in arrays -- Adding and removing elements in an array -- Looping through the array -- Array operators -- The reverse operator -- The sort operator -- The qw operator -- Array separator variable -- Regular expression matching with grep -- What you might know about arrays -- Changing #array changes the size of the array -- Arrays returned in scalar context returns the number of elements in the array -- Changing the variable in a foreach loop changes the array elements
5058 |a The _ variable is used by default in a foreach loop -- The foreach loop and for loops are the same thing -- Arrays of arrays -- Method #1 -- Make an array for each data type -- Method #2 -- Make an array for each transaction -- Method #3 -- Make an array of arrays -- Creating arrays of arrays -- Rows and columns -- Creating a multi-dimensional array from STDIN -- Accessing values in an array of arrays -- Adding a subarray (row) -- Adding a column -- Printing an array of arrays -- Additional resources -- Lab exercises -- Chapter 4: Advanced Data Types: Hashes
5058 |a What you should already know about hashes -- Creating associative arrays -- Accessing values in an associative array -- Removing associative array keys and values -- exists vs. defined -- What you might know about hashes -- Keeping order in hashes -- Additional useful hash modules -- Inverting a hash: method #1 -- Inverting a hash: method #2 -- Hashes of hashes -- Approach #1 -- Make four arrays, one for each student -- Approach #2 -- Make three associative arrays, one for each test -- Approach #3 -- Make a hash of hashes -- Creating hashes of hashes -- Accessing values in a hash of hashes

COBERTURA BIBLIOGRAFICA:
INF031
Asignatura : Lenguajes de programación en WWW

Última actualización 23 de marzo 2022