Beefy Boxes and Bandwidth Generously Provided by pair Networks
There's more than one way to do things
 
PerlMonks  

Re^4: SQL Query Error

by jZed (Prior)
on Sep 09, 2005 at 19:08 UTC ( [id://490715]=note: print w/replies, xml ) Need Help??


in reply to Re^3: SQL Query Error
in thread SQL Query Error

Well, try the code below. If %bar were being interpolated as a hash, it would produce an error. Hash values are interpolated, but not entire hashes, at least not in strings that look like these.
#!/usr/bin/perl -w use strict; my $str = "this has %bar that looks like a hash"; print $str;

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others cooling their heels in the Monastery: (7)
As of 2024-04-18 12:46 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found