| Aankhen`` | eval: my @foo = qw/a b/; my @bar = qw/a b c/; [ @foo & 1, @bar & 1 ] |
| buubot | Aankhen``: [0,1] |
| Ani-_ | Aankhen``: until I got some syntax errors yes. Which were not easy to find :) |
| Aankhen`` | Heh. Well, thank you. ^_^ |
| Ani-_ | Aankhen``: but it needs a second version... Aankhen``: B::Deparse:: gets loaded because of Data::Dumper but that doesn't mean it is being defined in Data::Dumper :/ |
| Aankhen`` | True. Same for warnings::register and Tie::Hash, right? |
| Ani-_ | Yes But fixing that is not that easy :/ Well, fixing it for one level is easy enough, but not for two. As in, to fix B::Deparse you could simply check $INC{'B/Deparse.pm'}; but if B/Deparse.pm also has: package B::Deparse2; then it will still show Data/Dumper.pm |
| action | CPAN upload: MooseX-Method-0.22 by BERLE |
| CPAN | upload: MooseX-Method-0.22 by BERLE |
| phoul | BinGOs: you still here? |
| Ani-_ | Aankhen``: fixing all that is up to you. :) |
| LeoNerd | http://paste.leonerd.org.uk/?show=589 <== A really odd test failure, on the string vs. int value of $!.. Anyone any ideas? |
| Aankhen`` | Ani-_: Thank you for what you have. =) |
| Ani-_ | Aankhen``: I expect a fully working version on CPAN within 24 hours! |
| Aankhen`` | Nah, too lazy for that. 'Sides, I'm working on my bot for now. |
| phoul | Aankhen``: i hate to bug you again... |
| Aankhen`` | Probably do some more Moose hacking later. |
| Ani-_ | Aankhen``: YOU LAZY BASTARD! :( |
| phoul | But how would i go about implimenting a kick command? i tried $irc->yield( kick => CHANNEL, "KICK $1"); & that doesnt work i also tried with privmsg... |
| Aankhen`` | Phoul: I don't mind helping you, but do remember that there are a *lot* of far more experienced Perl programmers in this channel, so if you ask a general question, you're more likely to get a useful answer. :-) Ah, PoCo-IRC. |
| Ani-_ | I want you to fix it because I can't :( |
| Aankhen`` | Phoul: Okay, I cannot help you with reading the docs. |
| phoul | its just the RFC command i need =\ |
| Aankhen`` | Phoul: Aren't you using POE::Component::IRC? |
| phoul | Yes |
| Aankhen`` | Then why in the name of all that is good would you need the RFC command? |
| phoul | =\ good question |
| Aankhen`` | perldoc POE::Component::IRC, see the "kick" command. |
| LeoNerd | eval: local $! = 10; "$!" |
| buubot | LeoNerd: No child processes |
| phoul | irc_kick ? |