| dazjorz | perlbot: no, Term::Menu is a module, written by dazjorz, that can print a menu on the screen and ask for an answer. See http://search.cpan.org/~dazjorz/Term-Menu-0.07/lib/Term/Menu.pm. |
| perlbot | added no, Term::Menu to the database |
| shorten | dazjorz's url is at http://xrl.us/vhx5 |
| dazjorz | :| ugh perlbot: relearn Term::Menu is a module, written by dazjorz, that can print a menu on the screen and ask for an answer. See http://search.cpan.org/~dazjorz/Term-Menu-0.07/lib/Term/Menu.pm. |
| perlbot | relearned entry for Term::Menu |
| shorten | dazjorz's url is at http://xrl.us/vhx6 |
| dazjorz | ah perlbot: forget no, Term::Menu |
| perlbot | removed no, Term::Menu from the database |
| dazjorz | there we gol go.* |
| ailton | http://pastebin.ca/413728 <- I'm trying to print $nick $host $ip of users that connect to my ratbox server. Won't work, no errors :/ |
| buubot | The paste 413728 has been copied to http://erxz.com/pb/1941 |
| geoffeg | Any americans here use tankless water heaters? |
| ailton | any ideas? I know *you* know something *points* |
| dazjorz | perlygatekeeper: did you ever submit a CPAN test to testers? BinGOs: could you feed Term::Menu to your testfarm on NetBSD please..? :) |
| action | CPAN upload: Yahoo-BBAuth-0.50 by JLEV |
| CPAN | upload: Yahoo-BBAuth-0.50 by JLEV |
| dazjorz | ailton: do you run that script in Irssi? I have no idea about Irssi, if this is an irssi specific question |
| ailton | dazjorz: yes no perl I think |
| dazjorz | ailton: does it mention "Irssi::print()" in the manual ? ailton: or does it mention use Irssi ('print'); print(); |
| ailton | does the other stuff look ok to you? I'll check for the irssi print thing if you google irssi + print it looks like I've done it right you can see the examples in the results |
| Jmax- | you did printing right |
| ailton | thanks jmax |
| Jmax- | try working with that regex |
| ailton | yeah, I was about saying so but the other stuff look okey to you guys? |
| rindolf | Hi all. |
| ailton | hi rindolf |
| rindolf | I'd like to put it on my blog and reddit it: http://www.shlomifish.org/hizb1.html. Let me know what you think. |
| Jmax- | perl -le '/CLICONN (.*) (.*) (.*) {(.*)} users {(.*)} {(.*)} 0 (.*)/ && print join "\n", ($1, $2, $3, $4, $5, $6, $7);' |