| Daveman | Yeah :p |
| shaggyoaf | Ok, this has been driving me crazy for an hour: I set my $s = "asdf"; but if($s == "asd") evaluates true... why is that? |
| rmah | Semaphore`: I'm a "this is my f*cking glass and if you touch it, I'll bust a cap in yo ass" kind of guy |
| LeoNerd | Becuase that is what programs will call if you try to use that hostname to connect Whereas nslookup, Net::DNS, and friends, are all DNS-lookups |
| semaphore` | rmah: heh |
| dazjorz | oops again |
| wozzeck | i'm not trying to connect |
| Daveman | I've been checking out the various socket/server modules available on the cpan, these dyas. days. |
| wozzeck | can someone write up the code very quickly? |
| rmah | Daveman: I like Event.pm |
| bynari | shaggyoaf: Because "asd" is not a number |
| wozzeck | i just need it to lookup the ip that's all |
| semaphore` | You're a dear friend and all, but you're not getting my Budlight |
| LeoNerd | wozzeck: Socket6 has an example |
| wozzeck | k |
| Daveman | ooh, what's the part of? |
| rmah | only downside is that Event.pm isn't threadsafe |
| dazjorz | LeoNerd: seems like the program forks etc all well |
| rmah | but you may not care |
| Daveman | heh yeah |
| rmah | Event.pm is part of Event.pm |
| shaggyoaf | bynari: ...neither is $s |
| Daveman | haha |
| shaggyoaf | bynari: what is it I'm not understanding? |
| bynari | Exactly, shaggyoaf |
| Daveman | my app would be asynchronous |
| dkr | shaggyoaf: == is fo rnumerical comparison. use "eq" |
| dazjorz | but each time one child is left behind or so |
| rmah | Daveman: then Event.pm is for you |
| dazjorz | LeoNerd: I think $SIG{CHLD} might be called once for two died childs or so |
| Daveman | yay |
| shaggyoaf | dkr: oh, like in bash |
| Daveman | rmah, how's the interfaces -- I'll go check it out :) |
| LeoNerd | dazjorz: That's OK... note the while() loop |
| rmah | a bit lower level than the "net server" packages out there |
| action | BinGOs coughs. |
| BinGOs | coughs. |