| chuckfromchan | i'll check the page that I'm redirected to after login to see if anything changed in the language used |
| jagerman | Though, seriously, do "filename.pm"; is almost definitely a mistake. |
| Jmax- | indeed |
| rbc | Jmax-: I was just re-reading the manual. ok, so the question now: how do I import a perl library providing an absolute path? |
| kcbanner | Hey akllll! |
| chuckfromchan | ah i see |
| kcbanner | ok |
| action | nanonyme vaguely recalls "import behaviour, not data" having been said on the channel |
| nanonyme | vaguely recalls "import behaviour, not data" having been said on the channel |
| chuckfromchan | i think the names of the form and it's elements changed |
| kcbanner | so how do I disable Nagle's algorithm for TCP sockets? |
| Jmax- | rbc: require $path; |
| Khisanth | nanonyme: also "don't use Perl as your config file format" :) |
| chuckfromchan | wait no |
| Shadow42 | chuckfromchan: Nope. |
| nanonyme | hehe |
| jagerman | Using php as your config file format then using Inline::PHP is obviously a better approach. |
| nanonyme | >_< |
| Daveman | barf |
| rbc | Jmax-: I thought that do would 'evaluate' and keep in scope what it evaluated :) |
| meppl | gute nacht |
| nanonyme | i'd probably do a config file either with xml or Storable depending on if i want to be able to change it outside the program |
| jagerman | nanonyme: Storable really isn't a good configuration file format, either. |
| Caelum | YAML |
| nanonyme | it can work though |
| Khisanth | YAML or Config::General, XML is a PITA |
| Daveman | eww :[ YAML-- |
| nanonyme | why yaml? |
| kcbanner | Anyone know how to set TCP_NODELAY on a POE TCP Server?! |
| jagerman | nanonyme: Sure; but then so can dumped perl data :) |
| Caelum | yaml is a good config format |
| nanonyme | :p |
| Caelum | nice and simple |
| jagerman | yaml because it's simple and standardized |
| nanonyme | jagerman: hmm, is dumped perl data really fully platform-independent? |
| jagerman | XML because it's standardized and has widespread language support |
| chuckfromchan | Shadow42: I changed the text to look for to see if the user got logged in to have questions about and i logged in, but it still couldn't get the text |
| nanonyme | since i noticed compiled perl is not |
| Khisanth | kcbanner: perldoc -f setsockopt :) |