Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Do I quote these values or not?

Quote Reply
Do I quote these values or not?
I am a bit confused as when to quote things.

Code:
my $dist = $IN->param('dist'); # Need quotes?

my $opts = Links::Plugins->get_plugin_user_cfg('ZipCodeSearch');
my $osth = $zipcode_db->select({ 'ZipCode' => $link->{$opts->{'links_zipcode_col'}} })->fetchrow_hashref;
my $currlon = $osth->{'Zip'}; # Need quotes?

Thanks in advance,
Chris
RGB World, Inc. - Software & Web Development.
rgbworld.com
Subject Author Views Date
Thread Do I quote these values or not? rgbworld 2050 Jun 29, 2006, 10:20 AM
Post Re: [rgbworld] Do I quote these values or not?
brewt 1927 Jun 29, 2006, 6:00 PM