| LinuxMafia | edenc, my main problem is UTF-8 fonts |
| NOTevil | farsidic uses gif images for the final translated word. eek. GumbyBRAIN: my mind is a 486 in a dual core world. |
| GumbyBRAIN | There's also storing the data in just one dual core. |
| LinuxMafia | NOTevil, also there is this one http://www.math.columbia.edu/~safari/masood/cgi-bin/ NOTevil, this one has select option that does not work for me |
| NOTevil | also answers with gifs, granted i have javascript disabled, and i don't identify as windows (so it probably figures it's hopeless to try to use any fancy fonts on me). |
| LinuxMafia | NOTevil, yeah but you can select the out put mode |
| Khisanth | it's not gif if you select unicode 3.0 as the output |
| Traveler9 | anyone know any places with good perl exercises? i'm fairly new and I want some things to do for practice so that i'll remember how to do stuff |
| LinuxMafia | NOTevil, if you select create out put as , Unicode 3.0 Khisanth, yes and i did use this $res=$mech->select("faced","40"); #select Khisanth, but when i submit the form , it is gif at the end , i dont know why |
| _Steve_ | cpan is so awefeul aweful even |
| Jmax | why's that? |
| _Steve_ | well, its just hard to script, its not aweful |
| NOTevil | LinuxMafia: i'm still getting gifs with unicode selected (i must be doing something wrong). :( |
| Jmax | and it's "awful" _Steve_: what are you trying to script about it? |
| LinuxMafia | NOTevil, really ? what browser? |
| NOTevil | Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8.1.3) Gecko/20070417 Fedora/2.0.0.3-4.fc7 Firefox/2.0.0.3 |
| LinuxMafia | NOTevil, i dont know wired stuff happening i tried google translator |
| NOTevil | babblefish? |
| _Steve_ | install a bunch of modules |
| LinuxMafia | when i use non latin fonst , i grab the reuslt it is geebrish NOTevil, yeah i guess |
| Jmax | _Steve_: are you using CPAN.pm ? or perhaps CPANPLUS.pm |
| LinuxMafia | NOTevil, before it was not like this |
| _Steve_ | CPAN.pm |
| LinuxMafia | i dont know it is Mechanize fault or my system |
| lupin_sanse1 | Hello, I'm struggling with a regex a bit. How can I say "match the word 'labor', and any text up to a number, except that 'any text' musn't have the word 'coalition' in it"? |
| NOTevil | LinuxMafia: looks like there are irc bot interfaces to babelfish service at cpan. not sure if they would help or not. |
| LinuxMafia | NOTevil, it used Mechanize? |
| NOTevil | not sure, looks like it uses module Lingua::Translate !?! |
| LinuxMafia | NOTevil, this is what i meant www.google.com/language_tools |
| DrForr | lupin_sanse1: Do it n two parts. First match labor.*[0-9]+, then check to see if it has 'coalition'. |
| lupin_sanse1 | DrForr: Okay, and then reject the match if it has coalition in between? |
| NOTevil | Lingua::Translate uses LWP::UserAgent to talk to the fish. |