Página 1 de 1

¿Algo muy común?

NotaPublicado: 2009-07-04 23:01 @001
por netsoul
Pues, lo que ya había sospechado: explorer es Larry Wall. :o

Sintáxis: [ Descargar ] [ Ocultar ]
Using bash Syntax Highlighting
  1. netsoul@intel:~$ perl -e -x -p -l -0 >r -e -r
Coloreado en 0.004 segundos, usando GeSHi 1.0.8.4


¿Demasiada coincidencia? :lol:

Re: ¿Algo muy común?

NotaPublicado: 2009-07-05 11:06 @504
por explorer
Pues no, no lo soy...

No tengo formación de lingüista, ni mi fe cristiana es tan fuerte. Aunque llevo la misma camiseta que en esta foto de Larry, es pura coincidencia.

Además, no estoy casado ni tengo 4 hijos, todavía conservo la vista en los dos ojos y sí que tolero el glúten.

Lo que sí coincidimos es en las tres virtudes de todo programador Perl.

Y sobre el programa que has puesto, queda más claro así:

Sintáxis: [ Descargar ] [ Ocultar ]
Using bash Syntax Highlighting
  1. perl -explorer
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4


:P

Re: ¿Algo muy común?

NotaPublicado: 2009-07-05 12:24 @558
por netsoul
A ver... a ver... no es tan sencillo:

Sintáxis: [ Descargar ] [ Ocultar ]
Using bash Syntax Highlighting
  1. netsoul@intel:~$ perl -explorer
  2. netsoul@intel:~$
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4

Como lo sospechaba..., está comprobado, la salida es: nada. Eso significa que Perl es amigable contigo, así que hay una conexión.

No es como el mío, que intenta interpretarlo:

Sintáxis: [ Descargar ] [ Ocultar ]
Using bash Syntax Highlighting
  1. netsoul@intel:~$ perl -netsoul
  2.  
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4


Lo que se descarta el de kidd:

Sintáxis: [ Descargar ] [ Ocultar ]
Using bash Syntax Highlighting
  1. netsoul@intel:~$ perl -kidd
  2. Unrecognized switch: -kidd  (-h will show valid options).
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4


:P :P

Re: ¿Algo muy común?

NotaPublicado: 2009-07-05 17:28 @769
por explorer
A salva le quiere más:

Sintáxis: [ Descargar ] [ Ocultar ]
Using bash Syntax Highlighting
explorer@casa:~/Documents/Desarrollo> perl -salva

This is perl, v5.8.8 built for i586-linux-thread-multi

Copyright 1987-2006, Larry Wall

Perl may be copied only under the terms of either the Artistic License or the
GNU General Public License, which may be found in the Perl 5 source kit.

Complete documentation for Perl, including FAQ lists, should be found on
this system using "man perl" or "perldoc perl".  If you have access to the
Internet, point your browser at http://www.perl.org/, the Perl Home Page.
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4

Re: ¿Algo muy común?

NotaPublicado: 2009-07-06 07:39 @360
por kidd
Pues parece que Perl se rehúsa a aceptar mi seúdonimo, incluso mi nombre (uriel), pero algo curioso sucede con mi apellido:

Sintáxis: [ Descargar ] [ Ocultar ]
Using bash Syntax Highlighting
  1. perl -lizama
Coloreado en 0.001 segundos, usando GeSHi 1.0.8.4


:wink:

Re: ¿Algo muy común?

NotaPublicado: 2009-07-07 00:56 @080
por netsoul
Creo que esta vez, explorer no se escapa:

Sintáxis: [ Descargar ] [ Ocultar ]
Using perl Syntax Highlighting
  1. #!/usr/bin/perl
  2. use strict;
  3. use warnings;
  4. use Acme::Anything;
  5. use NoModules;
  6. use Terminate::Modules;
  7.  
  8. use explorer;
  9. use explorer::is::Larry::Wall;
  10.  
  11. foreach (keys %INC) {
  12.  if (/^explorer\/is\/Larry\/Wall/) {
  13.    print "explorer es Larry Wall\n";
  14.  }
  15. }
Coloreado en 0.002 segundos, usando GeSHi 1.0.8.4


;P