Try to use(UpperCase): open(TEXT,"text.txt") while(<TEXT>)
Best Regards, "Quem nunca pirateou que atire o 1º disco, que eu atiro uma cópia" =================== Sp0oKeR - NsC Analista Linux / Security [EMAIL PROTECTED] ==================== ----- Original Message ----- From: Kyle Babich <[EMAIL PROTECTED]> To: beginners-cgi <[EMAIL PROTECTED]> Sent: Monday, July 01, 2002 12:22 PM Subject: What's wrong with this? > Quer ter seu próprio endereço na Internet? > Garanta já o seu e ainda ganhe cinco e-mails personalizados. > DomíniosBOL - http://dominios.bol.com.br > > open(text,"text.txt") or die ("error: text.txt failed\n"); #line > 17 > while(<text>) > { > print $_; > } > close(text) or die("error: close text.txt failed\n"); #line > 22 > > > > > bash-2.05$ perl -Tcw index.pl > Unquoted string "text" may clash with future reserved word at index.pl > line 17. > Unquoted string "text" may clash with future reserved word at index.pl > line 22. > index.pl syntax OK > > > > How do I fix it? > > Thanks in advance. > > -- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]