| llaxsll | buu: and the view asks for login if done through the web |
| buu | llaxsll: so login. |
| f00li5h | kuribas: also, psh is an interactive session (although i'm not sure if it's just perl, or if it's a shell that's like perl) |
| llaxsll | buu: the login is done with forms .. it does redirection to a login page if you are not logged in |
| phoul | Jmax: i know this is stupid could you rafb the fixed version of that so i can compare & figure out what you did? I have a problem figuring it where things fit >< |
| Aankhen`` | Or this: if (my ($nick) = $msg =~ /^`kick (\w+)/) { $irc->yield(kick => $channel => $nick => $reason) } |
| buu | f00li5h: It's a shell. It isn't perl. |
| Aankhen`` | Where YOU supply $reason, it doesn't magically spring into existence. And YOU supply $channel. |
| f00li5h | buu: i just read the apt-cache show for it -_- |
| buu | Uhhuh. |
| kuribas | f00li5h: maybe I'll just write a shell script around perl -e ... |
| f00li5h | kuribas: did you try perl -d? |
| buu | kuribas: WHAT PROBLEM DOES PERL -DE1 NOT SOLVE? |
| Jmax | kuribas: perl -e 'print eval while <STDIN>' # if you really really need to. i just use perl -e '$foo = "dongs"; ...' |
| Aankhen`` | buu: IT STILL DOESN'T BRING ME CHOCOLATE SAUCE |
| buu | HEY ANNAKHEN BEND OVER I FIX. |
| Aankhen`` | NO THX I WANTED IT FROM PREL perlbot, be buu |
| perlbot | <buu> Hi, can I paste this very long script I downloaded and let you fix it for me plz?? |
| f00li5h | Aankhen``: tisk tisk, there is no PERL |
| llaxsll | cmon guysssssssss , arrrg bad perl, bad! |
| Aankhen`` | f00li5h: I never said there was. |
| kuribas | buu: sorry, I didn't see your reply, I'll try that too. Jmax: something like that would be cool. |
| Jmax | kuribas: feel free to extend it |
| Khisanth | there is a module that does, except I don't remember the name :) |
| kuribas | Jmax: I'll try, I am just learning a bit of perl. |
| buu | I wrote a web-repl not too long ago, it isn't very hard. |
| Jmax | Zoidberg? |
| buu | What about it? |
| Jmax | eh, i dunno website is down :( |
| buu | What did you want to know? |
| Jmax | just wanted to inform kuribas of it its existance but i guess psh is Zoidberg, isn't it? |
| phoul | Aankhen``: does the \w = a "AlphaNumeric Charecter"? |
| Khisanth | App::REPL |
| buu | Jmax: Basically. |
| dec | Phoul: what does 'perldoc perlreref' tell you? I'm sure it will be incredibly useful.. |