Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brian-emarquez/perl-course
🐫 Learn Perl from Industry Expert. Perl is the Swiss Army chainsaw of scripting languages due of its flexibility & power 🐫
https://github.com/brian-emarquez/perl-course
brute-force cpan hacking lwp perl perl-scripts strawberry-perl
Last synced: 2 months ago
JSON representation
🐫 Learn Perl from Industry Expert. Perl is the Swiss Army chainsaw of scripting languages due of its flexibility & power 🐫
- Host: GitHub
- URL: https://github.com/brian-emarquez/perl-course
- Owner: brian-emarquez
- License: mit
- Created: 2021-04-10T01:19:33.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-13T03:09:06.000Z (over 3 years ago)
- Last Synced: 2024-02-16T16:46:08.517Z (11 months ago)
- Topics: brute-force, cpan, hacking, lwp, perl, perl-scripts, strawberry-perl
- Language: Perl
- Homepage: https://github.com/BrianMarquez3
- Size: 27.5 MB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Power of Perl 🐫 Learn Basic and Advanced Perl
Influido por: AWK, Smalltalk 80, Lisp, C, C++, Pascal, sed, Unix shell
## Table of Contents
| Numeration | Check | Stiker | Topic | Quantization | Edit Gitpot | Downloads | link |
| ------------ |-------------|-------------- |----------------- |------------------ |---------------- |-------------- |------------- |
| 001 |:heavy_check_mark: | | [Creador](#Creador) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 002 |:heavy_check_mark: | | [Perl](#Perl) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 003 |:heavy_check_mark: | | [Instalacion](#Instalation) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 004 |:heavy_check_mark: | | [Hola Perl](#Hola-Perl) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 004 |:heavy_check_mark: | | [Variables](#Variables) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 005 |:heavy_check_mark: | | [Array](#Array) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 006 |:heavy_check_mark: | |[Hashes](#Hashes) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 007 |:heavy_check_mark: | |[ Bucles](#Bucles) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 008 |:heavy_check_mark: | |[Subrutinas](#Subrutinas) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 009 |:heavy_check_mark: | |[Operadores Relacionales](#Operadores-Relacionales) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 010 |:heavy_check_mark: | |[Operadores para Expresiones Regulares](#Operadores-para-Expresiones-Regulares) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 011 |:heavy_check_mark: | |[Operadores Logico](#Operadores-Logico) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 012 |:heavy_check_mark: | |[Operador de Seleccion](#Operador-de-Seleccion) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 013 |:heavy_check_mark: | |[Entrada de datos STDIN](#Entrada-de-datos-STDIN) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 014 |:heavy_check_mark: | |[Entrada de datos ARGV](#Entrada-de-datos-ARGV) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 015 |:heavy_check_mark: | |[Array Muntidimencional](#Array-Muntidimencional) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 016 |:heavy_check_mark: | |[Lista Asociativa](#Lista-Asociativa) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 017 |:heavy_check_mark: | |[Funciones](#Funciones) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 018 |:heavy_check_mark: | |[Crear Funciones parámetro opcional](#Crear-Funciones-parámetro-opcional) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 019 |:heavy_check_mark: | |[Funciones para Strings](#Funciones-para-Strings) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 020 |:heavy_check_mark: | |[Funciones para Arrays](#Funciones-para-Arrays) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 021 |:heavy_check_mark: | |[Buscar Reemplazar](#Buscar-Reemplazar) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 022 |:heavy_check_mark: | |[Leer y Escribir Ficheros](#Leer-y-Escribir-Ficheros) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 023 |:heavy_check_mark: | |[Programacion Orientada a Objetos](#Programacion-Orientada-a-Objetos) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 024 |:heavy_check_mark: | |[Herencia](#Herencia) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 025 |:heavy_check_mark: | |[LWP Simple obtener contenio de sitios web](#LWP-Simple-obtener-contenio-de-sitios-web) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 026 |:heavy_check_mark: | |[LWP simple Encontrar rastrear emails en la web](#LWP-simple-Encontrar-rastrear-emails-en-la-web) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 027 |:heavy_check_mark: | |[Mechanize Obtener links e imahenes de la web](#Mechanize-Obtener-links-e-imahenes-de-la-web) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 028 |:heavy_check_mark: | |[Mechanize hack wordpress login](#Mechanize-hack-wordpress-login) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 029 |:heavy_check_mark: | |[Mechanize hack joomla login](#Mechanize-hack-joomla-login) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 030 |:heavy_check_mark: | |[Filtrando información](#Filtrando-información) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 031 |:heavy_check_mark: | |[Detectar Servicios](#Detectar-Servicios) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 032 |:heavy_check_mark: | |[Rangosbloques de IPS](#Rangosbloques-de-IPS) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
| 033 |:heavy_check_mark: | |[Exit](#Exit) | 🐫 | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|## Perl Linux
| Numeration | Check | Stiker | Topic | Quantization | Edit Gitpot | Downloads | link |
| ------------ |-------------|-------------- |----------------- |------------------ |---------------- |-------------- |------------- |
| 034 |:heavy_check_mark: | | [Linux](#linux) | | 💻 | 💾 | [ ⬅️ back](https://github.com/BrianMarquez3)|
Larry Wall: How to Code Like Larry Wall | Big Think
_Interprete de Perl_
* `perl` -v : Muestra la versión del intérprete de Perl que estamos utilizando.
* `perl`-V : Muestra información sobre la configuración del intérprete de perl.
* `perl -e expresión` : Ejecuta la expresión como si ésta fuera un programa de una línea. Por ejemplo: perl -e "print 'hola a todos\n';"
* `perl -ne expresión` : Ejecuta la expresión como si está fuera un bucle repetitivo. He aquí un ejemplo: perl -ne "print if /M+/;" usuarios.txt . Este ejemplo extrae todos los usuarios cuyo nombre empieze por la letra M.
* `perl -d script` : Ejecuta el script bajo el depurador.
* `perl -w script` : Da avisos sobre las contrucciones con errores.
* `perl -pe expresión` : Ejecuta la expresión como si está fuera un bucle repetitivo y además imprime cada línea. He aquí un ejemplo: perl -pe "print if /M+/;" usuarios.txt . Observar diferencia con la opción -ne. La diferencia es que mientras la primera versión sólo imprimía los nombres que empezaban por M, la segunda por su parte imprimía todos los nombre una vez salvo los que empiezan por M que los imprime dos veces.
* `perl -x script` : Empieza a interpretar el fichero que contiene el script cuando encuentra la referencia al intérprete, por ejemplo: #!/usr/bin/perl.
* `perl -i archivo` : Permite editar archivos. Por ejemplo, si ejecutamos lo siguiente sobre la línea de comandos: perl -p -i -e "s/\$seg/\$segundos/g;" tiempo.pl. Esta orden cambiará el nombre de la variable $seg por $segundos en el script contenido en el fichero tiempo.pl.## Creador
Larry Wall
27 de setiembre de 1954, Los Ángeles, California, Estados Unidos
Larry Wall (Los Ángeles, 27 de septiembre de 1954) es un programador y escritor, más conocido por su creación del lenguaje de programación Perl en 1987.
Consiguió su licenciatura en la Universidad Seattle Pacific en 1976.
Mientras hacía su posgrado en UC Berkeley, Wall y su mujer estudiaron lingüística con la intención ulterior de encontrar un lenguaje no escrito, quizás en África, y crear un sistema de escritura para él. Utilizarían este nuevo sistema de escritura para traducir varios textos en ese lenguaje, entre ellos, la Biblia. Debido a razones de salud estos planes fueron cancelados, y se quedaron en los EE. UU., donde Larry entró a trabajar en el Jet Propulsion Laboratory de la NASA después de acabar su posgrado.
## Perl
Perl(Practical Extraction and Report Language) Lenguaje Practico para Extraccion e Informe
_Perl Compañes_
- Amazon
- Audible
- BBC
- ASK
- AxtelPerl es un lenguaje de programación diseñado por Larry Wall en 1987. Perl toma características del lenguaje C, del lenguaje interpretado bourne shell (sh), AWK, sed, Lisp y, en un grado inferior, de muchos otros lenguajes de programación.
Estructuralmente, Perl está basado en un estilo de bloques como los del C o AWK, y fue ampliamente adoptado por su destreza en el procesado de texto y no tener ninguna de las limitaciones de los otros lenguajes de script.
[https://www.perl.org/],
[https://dev.perl.org/perl5/]## Instalation
Sistema operativo: Multiplataforma, muchos (más de 100)
📦 [Install Perl 5](https://www.perl.org/get.html) get the installer for windows
📦 [Install strawberry Perl](https://strawberryperl.com/) get the installer for windows Strawberry PerlPerl is a programming language suitable for writing simple scripts as well as complex applications - see [https://www.perl.org.](https://www.perl.org.)
Variables
Array
Hashes
Condicionales## Hola Perl
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Hola Perl](https://github.com/BrianMarquez3/Perl-Course/tree/main/001%20PrimerScript) | 001 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Variables
Los valores numéricos espresados literalmente se presentan en forma de valores reales codificados en doble precisión. Este formato interno se utiliza para todas las operaciones aritméticas. Por ejemplo:
```perl
$x = 0.897; # un real
$y = 6.23e-24; # un real
$n = 567; # un entero
$i = -234; # un entero
```Las cadenas de caracteres se especifican literalmente por medio de un sucesión de caracteres delimitada por comillas ("..") o apóstrofes ('..').
```perl
$wld = "mundo";
$str = "¡Hola $wld!";
```| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Variables](https://github.com/BrianMarquez3/Perl-Course/tree/main/002%20Variables) | 002 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Array
Un array es una lista de datos de tipo escalar. Cada elemento de la lista es una variable escalar a la que se le asocia un valor. Las variables de tipo array se identifican por el prefijo arroba @. Por ejemplo:
```perl
@numeros = (2, 1, 667, 23, 2.2, 5, 6);
@letras = ("perro", "gato", "león");
@mezcla = ("hola", 23, "adios", 31.234);
```También se puede acceder a un array mediante el operador que define una horquilla de índices. Por ejemplo:
```perl
@num1 = @numeros[1..3]; # @num1 = (1, 667, 23)
@str = @letras[0,2]; # @str = ("perro", "león")
($ristra, $num) = @mezcla; # $ristra = "hola", $num = 23
```| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Array](https://github.com/BrianMarquez3/Perl-Course/tree/main/003%20Arrays) | 003 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Hashes
```perl
#!/usr/bin/perl%data = ('John Paul', 45, 'Lisa', 30, 'Kumar', 40);
print "\$data{'John Paul'} = $data{'John Paul'}\n";
print "\$data{'Lisa'} = $data{'Lisa'}\n";
print "\$data{'Kumar'} = $data{'Kumar'}\n";
```| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Hashes](https://github.com/BrianMarquez3/Perl-Course/tree/main/004%20Hashes) | 004 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Condicionales
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Condicionales](https://github.com/BrianMarquez3/Perl-Course/tree/main/005%20Condicionales) | 005 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Bucles
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Bucles](https://github.com/BrianMarquez3/Perl-Course/tree/main/006%20Bucles) | 005 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Subrutinas
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Subrutinas](https://github.com/BrianMarquez3/Perl-Course/tree/main/007%20Subrutinas) | 006 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Operadores Relacionales
```pl
#Igualdad == `eq`
#Inferior < `it`
#Inferior > `gt`
#Inferior <= `le`
#Inferior >= `ge`
```| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Operadores Relacionales](https://github.com/BrianMarquez3/Perl-Course/tree/main/008%20Operadores%20Relacionales) | 007 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Operadores para Expresiones Regulares
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Operadores para Expresiones Regulares](https://github.com/BrianMarquez3/Perl-Course/tree/main/010%20Operadores%20para%20Expresiones%20Regulares) | 008 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))
## Operadores Logico| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Operadores Logico](https://github.com/BrianMarquez3/Perl-Course/tree/main/011%20Operador%20Logico) | 009 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Operador de Seleccion
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Operador de Seleccion](https://github.com/BrianMarquez3/Perl-Course/tree/main/012%20Operador%20de%20Seleccion) | 010 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Entrada de datos STDIN
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Entrada de datos STDIN](https://github.com/BrianMarquez3/Perl-Course/tree/main/013%20Entrada%20de%20datos%20STDIN) | 011 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Entrada de datos ARGV
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Entrada de datos ARGV](https://github.com/BrianMarquez3/Perl-Course/tree/main/008%20Operadores%20Relacionales) | 012 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Array Muntidimencional
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Array Muntidimencional](https://github.com/BrianMarquez3/Perl-Course/tree/main/015%20Array%20Muntidimencional) | 013 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Lista Asociativa
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Lista Asociativa](https://github.com/BrianMarquez3/Perl-Course/tree/main/016%20Lista%20Asociativa) | 014 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Funciones
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Funciones](https://github.com/BrianMarquez3/Perl-Course/tree/main/017%20Funciones) | 015 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Crear Funciones parámetro opcional
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Crear Funciones parámetro opcional](https://github.com/BrianMarquez3/Perl-Course/tree/main/018%20Crear%20Funciones%20par%C3%A1metro%20opcional) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Funciones para Strings
- `binmode` : permite indicar la codificacion corracta para la entrada y la salidad de datos.
- Esta funcion permite indicar la codificacion cp850 de la consola de windows para evitar que aparescan caracteres extraños
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Funciones para Strings](https://github.com/BrianMarquez3/Perl-Course/tree/main/019%20Funciones%20para%20Strings) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents))## Funciones para Arrays
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Funciones para Arrays](https://github.com/BrianMarquez3/Perl-Course/tree/main/020%20Funciones%20para%20Arrays) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Buscar Reemplazar
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Buscar Reemplazar](https://github.com/BrianMarquez3/Perl-Course/tree/main/021%20Buscaar%20Reemplaza) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Leer y Escribir Ficheros
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Leer y Escribir Ficheros](https://github.com/BrianMarquez3/Perl-Course/tree/main/022%20Leer%20y%20Escribir%20Ficheros) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Programacion Orientada a Objetos
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Programacion Orientada a Objetos](https://github.com/BrianMarquez3/Perl-Course/tree/main/023%20Programacion%20Orientada%20a%20Objetos) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Herencia
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Herencia](https://github.com/BrianMarquez3/Perl-Course/tree/main/024%20Herencia) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## LWP Simple obtener contenio de sitios web
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [LWP Simple obtener contenio de sitios web](https://github.com/BrianMarquez3/Perl-Course/tree/main/025%20LWP%20Simple%20obtener%20contenio%20de%20sitios%20web) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)
## LWP simple Encontrar rastrear emails en la web| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [LWP simple Encontrar rastrear emails en la we](https://github.com/BrianMarquez3/Perl-Course/tree/main/023%20Programacion%20Orientada%20a%20Objetos) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)
## Mechanize Obtener links e imahenes de la web| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [echanize Obtener links e imahenes de la web](https://github.com/BrianMarquez3/Perl-Course/tree/main/027%20Mechanize%20Obtener%20links%20e%20imahenes%20de%20la%20web) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)
## Mechanize hack wordpress login| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Mechanize hack wordpress login](https://github.com/BrianMarquez3/Perl-Course/tree/main/028%20Mechanize%20hack%20wordpress%20login) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)
## Mechanize hack joomla login| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Mechanize hack joomla logi](https://github.com/BrianMarquez3/Perl-Course/tree/main/029%20Mechanize%20hack%20joomla%20login) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Filtrando información
_Una de las caracteristicas poderosas de Perl_
- Diccionario Extenso: rockyou.txt
- Se adjunta dicconario| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Filtrando información](https://github.com/BrianMarquez3/Perl-Course/tree/main/030%20Filtrando%20informaci%C3%B3n) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Detectar Servicios
Influido por: AWK, Smalltalk 80, Lisp, C, C++, Pascal, sed, Unix shell
Influido por: AWK, Smalltalk 80, Lisp, C, C++, Pascal, sed, Unix shell
Influido por: AWK, Smalltalk 80, Lisp, C, C++, Pascal, sed, Unix shell
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Detectar Servicios](https://github.com/BrianMarquez3/Perl-Course/tree/main/031%20Detectar%20Servicios) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Rangosbloques de IPS
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Rangosbloques de IPS](https://github.com/BrianMarquez3/Perl-Course/tree/main/032%20Rangosbloques%20de%20IPS) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)## Exit
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Exit](https://github.com/BrianMarquez3/Perl-Course/tree/main/033%20Exit) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)---
## Linux**Kali Linux**
Kali Linux is an open-source, Debian-based Linux distribution geared towards various information security tasks, such as Penetration Testing, Security Research, Computer Forensics and Reverse Engineering.
📦 [Install Kali Linux](https://www.kali.org/downloads/) - Download Kali Linux Images.
📦 [Install Kali Linux images](https://www.offensive-security.com/kali-linux-vm-vmware-virtualbox-image-download/) - Download Offensivesecurity.
📦 [Install Vmware](https://www.vmware.com/products/workstation-pro/workstation-pro-evaluation.html) - Download VMware Workstation Pro.
📦 [Install Virtualbox](https://www.virtualbox.org/wiki/Downloads) - Welcome to VirtualBox.org
| File | Numeration | Link | Folk | Code | Version | State | Download | Go back |
|----------------------------|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|:-----------:|
| [Linux](https://github.com/BrianMarquez3/Perl-Course/tree/main/033%20Exit) | 016 | ✔️ | ✔️ | yes | yes | ✔️ | 💾 | [⬅️Atras](#Table-of-Contents)----
## Books
Server
Name
Authors
Editor
Edition
Link
OneDrive
Learning Perl
Randal L. Schwartz, brian d foy, and Tom Phoenix
Heather Scherer
Seventh Edition
Learning Perl
OneDrive
Penetration Testing with Perl
Douglas Berdeaux
-
-
Penetration Testing with Perl
## Compilador Online
Compilador Online Perl [Perl](https://paiza.io/es/projects/new) 🍵
## Paypal Donation
🩸 Hacer una donación [PAYPAL](https://www.paypal.com/donate?hosted_button_id=98U3T62494H9Y) 🍵## License
Todo acerca de la licencia [here](https://github.com/BrianMarquez3/Learning-Git/blob/master/LICENCE)
A
B
C
E
F
G