| ayrnieu | spyroboy - stale hate. Anyway: no. |
| Aankhen`` | Keymaster: Nothing wrong with autoflushing in that context. |
| ayrnieu | spyroboy - if you ask a question about them, however, someone may answer it. |
| spyroboy | Alright. |
| Keymaster | awesome possom, thanks Aankhen`` |
| Aankhen`` | NP. |
| Keymaster | possum* |
| spyroboy | I have a file handle and a subroutine in a thread, but my knowledge tells be that unless a variable is shared, it won't be changed by the threads. So I figured out that my sub wasn't writing to the thread. I tried to share it with $handle : shared = 1; but it did not work. |
| Keymaster | hopefully skype will be able to use a non-victorian-era version of DBUS and I won't have to mess with X11 any more |
| spyroboy | I'll go grap some errors. |
| Keymaster | :E |
| spyroboy | http://spyroboy.kuzew.net:89/~spyroboy/perlhelp Those are my thread/handle/shared problems and their code. |
| f00li5h | spyroboy: i hear POE's nice this time of year |
| spyroboy | f00li5h, I refuse to use POE. I just don't like it. |
| f00li5h | spyroboy: 2 words |
| ayrnieu | spyroboy - people who "just don't" like POE get along with Coro, I hear. |
| f00li5h | the. wheel. ayrnieu: what is a "Coro"? |
| dazjorz | What the hell? Can't locate object method "postback" via package "POE::Kernel" at /usr/local/share/perl/5.8.4/POE/Component/Client/HTTP/RequestFactory.pm line 260. spyroboy: that's bad. I use POE all the time. |
| spyroboy | POE doesn't have the structure that I like. |
| Khisanth | spyroboy: so why are you declaring $host twice in the same scope? |
| ayrnieu | foolish - a module. |
| spyroboy | Khisanth, I'm not but I'll go check. |
| f00li5h | ayrnieu: what does it do? |
| Khisanth | or why do you not bother to read the error message? |
| dazjorz | There seems to be an error in POE::Component::Client::HTTP::RequestFactory on line 260, where it calls the method 'postback' to POE::Kernel, I didn't know that existed? And if it does exist, why doesn't it find it? |
| ayrnieu | foolish - it maintains space on CPAN, which contains documentation. |
| dazjorz | maybe it's because it's Debian's POE... |
| spyroboy | Khisanth, I fixed that, but I get the same error - "my" $host error. Khisanth, I read it and didn't bother looking at line 39 because it was irrelevant to what I'm trying to accomplish. |
| dazjorz | oh omg it's POE::Session->postback not POE::Kernel->postback |
| f00li5h | ayrnieu: still confused, sorry. |
| dngor | dazjorz: Betcha you're posting to Client::HTTP from outside a session. |
| dazjorz | Rocco Caputo.... dngor? |