|
ru.cgi.perl- RU.CGI.PERL ------------------------------------------------------------------ From : Andrew Alakozow 2:5061/6 20 Jan 2004 12:02:31 To : Bvr Subject : Re: ? possible typo at ... --------------------------------------------------------------------------------
b> perl -c subscribe.cgi
b> Name "main::YourEMail" used only once: possible typo at subscribe.cgi
b> line 4.
b> subscribe.cgi syntax OK
b> по строкам (как я понял)
b> 1. запуск интерпретатора
b> 2. сообщение интерпретатора
b> 3. синтаксических ошибок в файле нет.
b> Если я не прав, поправте. Растолкуйте, о чем говорит сообщение во второй
b> строчке.
Прагма diagnostics дает толкование предупреждений, в данном случае:
Name "main::YourEMail" used only once: possible typo at 1.pl line 4 (#2)
(W once) Typographical errors often show up as unique variable names.
If you had a good reason for having a unique name, then just mention it
again somehow to suppress the message. The our declaration is
provided for this purpose.
aa29
--- Microsoft Outlook Express 6.00.2720.3000
* Origin: Life In The Dark (2:5061/6)
Вернуться к списку тем, сортированных по:
Архивное /ru.cgi.perl/42361a4e7f521.html, оценка из 5, голосов 10
|