Saludos. Bueno, como verán estaba programando e hice un
script así:
Using perl Syntax Highlighting
#!usr/bin/perl
$animals = "animals";
$help = "help";
print "~>";
chomp( $usr = <> );
if ( $usr eq $animals ) {
print "here animals!\n";
}
if ( $usr eq $help ) {
print "Here the help\n";
}
else {
print "$usr:command not found\n";
}
Coloreado en 0.004 segundos, usando
GeSHi 1.0.8.4
Todo me funciona bien, pero me falla una cosa: al escribir "animals" pasa esto:
Using text Syntax Highlighting
~ $ perl script.pl
~>animals
here animals!
animals:command not found
Coloreado en 0.000 segundos, usando
GeSHi 1.0.8.4
Como ven se ejecuta bien, pero sale abajo "animals:command not found", algo que no debería pasar porque es correcto lo que escribió el usuario. Por lo contrario con "help" sí funciona a la perfección.
Agradecería la ayuda de ustedes. ¡¡Gracias!!
Wake up, Neo... The Matrix has you... Follow the white rabbit. Knock, Knock, Neo.