Matthew Harrison wrote:
> 
> it said scalar found where operator expected.


perldoc perldiag
[snip]
       %s found where operator expected
           (S) The Perl lexer knows whether to expect a term or
           an operator.  If it sees what it knows to be a term
           when it was expecting to see an operator, it gives you
           this warning.  Usually it indicates that an operator
           or delimiter was omitted, such as a semicolon.


This usually means that the preceding line is missing a semicolon.


John
-- 
use Perl;
program
fulfillment

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

Reply via email to