| Chris62vw | good :-) |
| action | CPAN upload: CGI-Portal-0.04 by ALPO |
| CPAN | upload: CGI-Portal-0.04 by ALPO |
| DrForr | cfedde: I'm sitting at work waiting for a bloody code rollout, and bored at levels that approach colossal. |
| cfedde | DrForr: that does not work for fancy escape rules. |
| DrForr | Uh, neither does his code. |
| Zeeshan_M | .cks |
| cfedde | DrForr: yup! |
| sovereign | DrForr: THANKS! =D |
| cfedde | there's a whole mess of more recent CSV libs in the CPAN these days. |
| DrForr | So you're no worse off, and with my Unicode fix, better on average. |
| cfedde | maybe one of those works. |
| Patterner | Can't locate object method "install" via package "Devel::Command" at ./.perldb line 3. <- that's not normal, right? |
| f00li5h | eval: "$]-$^O" |
| buubot | f00li5h: 5.008008-OSX |
| cfedde | CSV::Template has an interesting API |
| Patterner | eval: Devel::Command->install; |
| buubot | Patterner: Error: Can't locate object method "install" via package "Devel::Command" (perhaps you forgot to load "Devel::Command"?) at eval line 1. |
| Patterner | eval: use Devel::Command; Devel::Command->install; |
| buubot | Patterner: Error: Can't locate Devel/Command.pm: Too many open files at eval line 1. BEGIN failed--compilation aborted at eval line 1. |
| sovereign | For anyone that was helping me, here's a good article about the difficulties between unicode and CSV |
| jdv79 | sup ladies? |
| cfedde | so this afternoon I checked my netflix and saw "long wait" on a new release movie. This afternoon I check my email and see "For Tue:..." |
| Patterner | but the name of the movie is too emberassing to mention? |
| cfedde | heh! Netflix has none of those. Eragon |
| Patterner | the name of the movie is too emberassing to mention |
| cfedde | :-) I have kids! |
| Patterner | and you hate them? |
| cfedde | I know. It's a lame excuse. |
| Patterner | we all have our guilty pleasures. |
| Aankhen`` | http://search.cpan.org/~abigail/Regexp-Common-2.120/lib/Regexp/Common/SEN.pm # is anyone else seeing a lot of junk after the TOC? |
| shorten | Aankhen``'s url is at http://xrl.us/vg6v |
| action | CPAN upload: Socialtext-Wikrad-0.03 by LUKEC |
| CPAN | upload: Socialtext-Wikrad-0.03 by LUKEC |
| Patterner | I watched Narnia in the cinema :) |
| Aankhen`` | I did too... it was pathetic. :-\ |
| misc-- | how would I do a match on a line that contains only an email address and the line may contain spaces at the start and end of the line? |
| DrForr | misc--: Regexp::Common |
| imMute | /\s+(\S+)\s+/ ? |
| misc-- | DrForr: ah ok thanks |