| action | CPAN upload: Data-Visitor-Encode-0.07 by DMAKI |
| CPAN | upload: Data-Visitor-Encode-0.07 by DMAKI |
| rindolf | infi: so what have you been doing this vacation? |
| SubStack | GumbyBRAIN: The power of Christ compels you. |
| GumbyBRAIN | can i sort of makes the most tactless guy i work with that code snippet reminds you of the christ story. |
| bugz` | /bugz__ |
| action | f00li5h meows at bugz__ |
| f00li5h | meows at bugz__ |
| rindolf | Maybe I should change my nick to "GrammarNazi"? ;-) SpelimgNazi |
| mauke | haha |
| rindolf | mauke: :-) |
| action | CPAN upload: Text-OutputFilter-0.12 by HMBRAND |
| CPAN | upload: Text-OutputFilter-0.12 by HMBRAND |
| action | CPAN upload: DBIx-Perlish-0.24 by GRUBER |
| CPAN | upload: DBIx-Perlish-0.24 by GRUBER |
| cfedde | what a great line: "that xx reminds me of the christ story." |
| Hobz | oh baby, goodbye bash |
| rindolf | Hobz: bash? Hobz: what's wrong with bash? Hobz: bash has its uses. |
| Hobz | rindolf, nuthin, I like bash plenty |
| geekette | guys, is there a tool that can draw diagrams of Perl code, like http://en.wikipedia.org/wiki/Nassi-Shneiderman_diagram ? |
| rindolf | geekette: there was something about that in the Perl blogospher. |
| Hobz | I'm switching my scripts over to perl, though, and I like it better |
| rindolf | geekette: are you interested in UML diagrams? |
| Hobz | fantastic documentation, too |
| cfedde | first you have to decide if flowcharting your perl will help. |
| mauke | geekette: if it exists, I'd like to see what it does to http://mauke.ath.cx/stuff/perl/add.pl |
| rindolf | Hobz: well, I know Perl to a very large extent, and am still writing and maintaining bash scripts. Hobz: sometimes bash makes sense for scripts. |
| Hobz | I suppose |
| cfedde | SIGPLAN Notices 12 1973 August |
| geekette | cool, i will have a look |
| integral | Good morning. |
| rindolf | Hi nte Hi integral |
| nighter | hi, if i have a string that contains this "HTTP_Server | HTTP_Server | 3172 | Alive" i whant to put "Alive" in another string named $status why dosent this work? ($iascomponent,$processtype,$pid,$status) = split(/|/, "$var") |
| integral | | is a special characters in regexp, use \| instead. |
| Prof_Vince | and don't write "$var", please |
| Patterner | nighter: how many channels did you spam with that? |
| integral | I only see two :-( |
| espresso | quick regex question... would htm[l|] match htm and html? |