On Fri, Jul 20, 2001 at 08:51:58PM -0400, Anshu Anshu wrote:
> "Missing $ on loop variable at
> /usr/apps/FreeWare/perl5.005/lib/5.00502//strict.pm line 90.
> BEGIN failed--compilation aborted at /var/gateway.pl line 9."

> echo 'Missing $ on loop variable' | splain      
Missing $ on loop variable (#1)
    (F) Apparently you've been programming in csh too much.  Variables
    are always mentioned with the $ in Perl, unlike in the shells, where it
    can vary from one line to the next.


Error messages are documented in perldoc perldiag, which splain and 'use
diagnostics' use to describe the error.


Michael
--
Administrator                      www.shoebox.net
Programmer, System Administrator   www.gallanttech.com
--

-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to