I'm an a**hole

sorry... but I made a mistake, my script is ok

when I run the script (perl change_pass.pl) I ask for the username and
the password -- I wrote:

my $user = <stdin>;
my $pass = <stdin>;

so... now I do:

chomp (my $user = <stdin>);
chomp (my $pass = <stdin>);

that's all!!!!!!!!

I need to read my script, I don't need to see it....

But in my web system I must to ask the user name and password in a
form, so the chomp command is not necesary.

but, thank everybody!!!!!!!

Esteban(the blind)


-- 
Alguien quiere una cuenta en gmail?
avisenme...

Reply via email to