| colinsucks | cookies turned off!! leonerd what up with your name |
| LeoNerd | colinsucks: ditto :) |
| rhizo | i shall stick with my favorite chainsaw, thank you |
| colinsucks | colin in tcl room is attacking me for asking questions bastrd |
| killer_ | n/m .. my -w got deleted |
| colinsucks | leonerd what setup would you use if you had to access oracle and build a web page to make some queries the queries are set in scripts but boss wants a web page to run em |
| avar | GumbyBRAIN: fuck me gently with a chainsaw |
| GumbyBRAIN | Cool, but not with a chainsaw. |
| killer_ | well now it's not creating the actual file, I get no errors (it was working, obviously I broke it) but 1/2 hour of looking at it.. I'm not finding my mistake, and I get no errors in error_log, and get no output from commandline.. sheesh |
| eightbitbastard | i ran a profiler on my code and found 44% of my time was spent on the Clone::Fast::clone sub. can this be memoized (i just started investigating this function) |
| engaged | How do I escape characters when putting into mysql? |
| alester | You shouldn't You should instead use bind variables and placeholders. eightbitbastard: How can you memoize cloning a data item? engaged: See http://search.cpan.org/~timb/DBI/DBI.pm#Placeholders_and_Bind_Values |
| shorten | alester's url is at http://xrl.us/vddg |
| Khisanth | then you would really be getting clones :) |
| alester | Khisanth++ |
| eightbitbastard | alamar: may be cloning the same object alamar: the object may be large, wouldn't want to waste time cloning something i've already cloned before |
| alester | How do you know it hasn't change? |