| f00li5h | xand: well, i can't lick myself with the same sort of range as cats |
| oMish | f00li5h, pretzel boy can f00li5h, if you train hard, you can increase the licking range granted, even cat has regions where it can't lick |
| f00li5h | oMish: this is true |
| oMish | the back of its head, for example so , you see, there is not difference between cats and people |
| f00li5h | i can't lick the back of my head either |
| oMish | see ? you are same as cats |
| action | f00li5h purrs =^_^= |
| f00li5h | purrs =^_^= |
| oMish | f00li5h, do you want to be my domestic cat ? |
| action | f00li5h is an alley cat, doing the rounds |
| f00li5h | is an alley cat, doing the rounds |
| oMish | GumbyBRAIN, are cats people ? |
| GumbyBRAIN | lots of people in the my () list at the cats. |
| f00li5h | GumbyBRAIN: my( @kitties ) =@_@= |
| GumbyBRAIN | Knowing my luck could change. |
| f00li5h | eval: q =^_^= |
| buubot | f00li5h: ^_^ |
| oMish | GumbyBRAIN, killy killy on the floor |
| GumbyBRAIN | Been holdin on to the floor. |
| oMish | GumbyBRAIN, kitty kitty on the floor |
| puff | Hm, how do you print to the apach elog? |
| f00li5h | puff: write to STDOUT (if you're being run as CGI) puff: warn will do it or you could use a real logging solution |
| Ani-_ | Logging? You don't need logging! |
| dondelelcaro | something like CGI::Alert is pretty nifty |
| f00li5h | Ani-_ also makes a good point just let it run, and see what happens |
| christof | please is it possible to do $a = split(/=/)[1] instead of $tmp = split(/=/) and $a = @tmp[1]? |
| f00li5h | christof: sure just stick brackets arround the split $a = (split '=')[1] #don't use $a, $b or packages A and B |
| christof | f00li5h: it was for the exemple here f00li5h: ok thx I m trying |
| f00li5h | christof: i figured, but just to be sure christof: you can subscript any list if you stick parens arround it eval: (qw/foo bar/)[1] |