| avar | perl bless svrvalia |
| nik7 | Jmax-, thx! bye :) |
| avar | GumbyBRAIN: bless you |
| GumbyBRAIN | You don't know you love it. |
| Randal | god bless dementia! |
| Jmax- | (satisfied customer)++ |
| Randal | "we've always been at war with dementia!" |
| peshalto | god bless George Orwell |
| Randal | god bless animal farms |
| avar | sub god { bless @_ } |
| action | CPAN upload: Module-Starter-1.43_01 (+++++) by RJBS |
| CPAN | upload: Module-Starter-1.43_01 (+++++) by RJBS |
| peshalto | while (die) { afterlife() } Speaking of issues, Randal I had to go get this stuff because I can't spell it: Glucosamine HCI, Chondroitin Sulfate a while back one day I was just walking normally and my knee made a "squinching" sound and it came with a nice helping of sharp pain then after that it seemed like my knee was permanently screwed up but have been taking this stuff and it's slowly gotten better. not sure if it's the same thing that you had going on. |
| Prof_Vince | GumbyBRAIN: you're #perl's mr pick-on-me |
| GumbyBRAIN | Pick on someone else's code does a lot more than me. |
| the_Harper | apple to unveil new product unveiling technology |
| work_donato | hi guys, Some time ago I "created" an extension for a non open source lib using swig+perlxs... Thing is: it used to work fine on every machine I installed, but I tried installing it on my pc and now I cant seem to be able to use the extension from inside other perl finles... And it gets weirder, If I call its methods from the shell it works fine... |
| eydaimon | threads: any have an issue with running threads for a long time not returning? talking about 4 hour jobs |
| action | CPAN upload: Template-Recall-0.04 by GILAD |
| CPAN | upload: Template-Recall-0.04 by GILAD |
| jkr | Heyho Does anyone use YAML here ? |
| work_donato | actually it runs on some shell windows, not all of them... it can be some weird issue with memory handling |
| jkr | I need to know if there's a way to make it less verbose on parse errors. I didn't find anything in the doc |
| OSjedi_ | wtf |
| the_Harper | are perl webapps fast? is bandwidth the limiting factor? |
| work_donato | mod_perl is know to be one of the fastest... if you run your webapps on apache+mod_perl... |
| the_Harper | does mod_perl have db connection pooling? so no new processes neebe started and the perl code can just pick up one of the pool of open connections? |
| eydaimon | jkr: you can always parse the errors yourself and make them less verbose :) |
| perlmonk | the_Harper, bandwidth beeing the limitation factor ? It depends. In most cases, yes. |
| ZSystem | eval: 'abc|xyz' =~ m\([^|],*$)\; print $1;' |
| buubot | ZSystem: Error: Can't find string terminator "'" anywhere before EOF at eval line 1. |