| dtgorm | after installing a newer version of Perl, do i have to reboot to make it take effect? |
| whitenoyce | where is Randal ? |
| Jmax- | DTGorm: my guess is plesk messed with your perl config. how did you install perl 5.8.8? yum? |
| Khisanth | default CentOS 4 shouldn't be using 5.6.5 |
| dtgorm | no |
| whitenoyce | i'm reading his article |
| dtgorm | compiled from source |
| whitenoyce | he's such a good guy, i hate to mess with him like i do |
| PerlJam | whitenoyce: somehow I don't think he'll help you any more than we have |
| Jmax- | DTGorm: you should never need to reboot. |
| dtgorm | tahts what I thought |
| Jmax- | DTGorm: did you do make install? (silly question, i know) |
| whitenoyce | PerlJam, not wanting help, just wanting to build rapport |
| dtgorm | no, did /.Configure and it did everything |
| Jmax- | so you didn't make or make install? |
| dtgorm | hmm, no i thought i seen it run make and make install |
| Jmax- | oh, it may do that by itself, i don't recall |
| dtgorm | well ill make the make install see if that does anythign |
| PerlJam | whitenoyce: you're certainly not succeeding in that endeavor. |
| Khisanth | CentOS 4 already has 5.8.8 |
| whitenoyce | Jmax-, cool pulp fiction reference |
| dtgorm | ill check back when its doen hmm, mine had 5.8.5 |
| whitenoyce | sleep while ($dead_nigger_storage... |
| Jmax- | whitenoyce: heh, i always get comments on that |
| Khisanth | IO::File has been shipped with perl since 5.3.7 |
| dtgorm | odd it says it cant find it in the @INC |
| PerlJam | DTGorm: it continues to sound like a broken perl installation |
| Khisanth | because CentOS follows the stupid RH convention of splitting out core modules into seperate RPMs |
| Jmax- | i desperately need sleep -- have fun, whitenoyce. goodnight |
| Khisanth | PerlJam: looks like a standard RH/CentOS thing to me :) |
| dtgorm | im not surprised with anything when it comes to Plesk being on a server im almost regretting haveing to have plesk to begin with |
| PerlJam | Khisanth: like I said ... ;-) |
| qasim | Khisanth: yesterday we had a talk about Text::xSV...I need your little help today as well i have tried the formula that PerlJam advised and the statement close($csv{close_fh}); to close the csv file after writing but to no avail |