Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Quicksilver's scratchpad

by Quicksilver (Scribe)
on May 23, 2007 at 15:21 UTC ( [id://617041]=scratchpad: print w/replies, xml ) Need Help??

Sorry, I'm still getting used to the site and really ought to slow down.

Here's the code block:

my $columns = join ',', map { $db->quote($fd{$_}) } grep { exists $fd{$_} } ('chk');

The code is pulling and sorting the data correctly just the , become \0 which is a problem as I need to insert these into a database as a query.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others avoiding work at the Monastery: (3)
As of 2024-04-20 07:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found