| merlyn | not head, I mean. :) chomp/defined defined (my $x = <STDIN>) or die; chomp $x; defined (my $y = <STDIN>) or die; chomp $y; |
| Glanzmann | Yes, I change that immediately. I hate it myself when people do more than one statement on one line. |
| merlyn | wrap it in a subroutine if you don't like that. :) |
| Glanzmann | I actually do like it that is why my how doesn't list how I do chomp and define in one line. merlyn: Done. |
| pasteling | "Glanzmann" at 131.188.30.106 pasted "(satisfied author)++ Glanzmann" (25 lines, 592B) at http://sial.org/pbot/23076 |
| Glanzmann | Fuck, I forgot to switch my nick with yours. |
| merlyn | which one? *mine*? |
| Glanzmann | (satisfied author)++ merlyn* Yes, yours. |
| doug | wow, mingw for windows code doesn't suck |
| merlyn | & enroute BUR to PDX to a hospital (what is it?) |
| rindolf | Hi all. merlyn: bye. Enjoy your flight. |
| action | CPAN upload: Mail-Audit-2.215 (++++ ) by RJBS |
| CPAN | upload: Mail-Audit-2.215 (++++ ) by RJBS |
| Debolaz | Which modules do ya'll prefer for OO? |
| action | Debolaz loves the Moose himself. |
| Debolaz | loves the Moose himself. |
| rindolf | Debolaz: I've been using mostly only Class::Accessor. Debolaz: and NEXT. Debolaz: I don't stretch my OOP skills to their limits. Hi Chris62vw Chris62vw: did you stop working on perlbot? Or rather Chrisbot. |
| Debolaz | rindolf: My beef with Class::Accessor is that it always provides a new method. |
| mmap__ | it's a room where they keep hospitals, but that's not important right now i mean, it's a place where they keep sick people, but that's not important right now |
| rindolf | New JoS article: http://www.joelonsoftware.com/articles/customerservice.html |
| shorten | rindolf's url is at http://xrl.us/uy26 |
| rindolf | Haven't read it yet. |
| Debolaz | rindolf: For lightweight OO, I find Attribute::Property a more elegant solution. |
| rindolf | Debolaz: do you have any experience with Class::MakeMethods or Class::MethodMaker? I can never remember which is which. And they both are kind of the same. |
| Debolaz | Neither. |