Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl-Sensitive Sunglasses
 
PerlMonks  

Re: What are some common causes of syntax errors in queries?

by Anonymous Monk
on Aug 20, 2002 at 17:01 UTC ( [id://191513]=note: print w/replies, xml ) Need Help??


in reply to What are some common causes of syntax errors in queries?

i get similar error using "my" keyword to declare variable.

one way to solve it is to assign a default value right away when you declare variables with my.

ie:

$user2 ="user2"; $pass2 ="*****";
or the other way to get around is to use the following:
no warnings;
hope this helps.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://191513]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (5)
As of 2024-04-19 06:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found