| LeoNerd | Can you do that..? |
| Ani-_ | Yes. |
| LeoNerd | I thought you couldn't use letters as q() boundaries |
| Ani-_ | You can. But you need the space |
| action | somian did too |
| somian | did too |
| LeoNerd | AHh |
| Ani-_ | eval: q bob; |
| buubot | Ani-_: o |
| Ani-_ | eval: qbob; |
| buubot | Ani-_: qbob |
| LeoNerd | Marvelous :) |
| somian | Ok, I feel like i need a shower now ;-P |
| Ani-_ | eval: $_="agreees";s e\e\e\eeq e\e\ee ee;$_; |
| buubot | Ani-_: Backslash found where operator expected at eval line 1, near "s e\e\e\eeq e\" (Do you need to predeclare s?) Backslash found where operator expected at eval line 1, near "e\" Error: syntax err |
| Ani-_ | eval: $_="agreees";s e\e\e\ee q e\e\ee ee;$_; |
| buubot | Ani-_: Backslash found where operator expected at eval line 1, near "s e\e\e\ee q e\" (Do you need to predeclare s?) Backslash found where operator expected at eval line 1, near "e\" Error: syntax er |
| Ani-_ | :( |
| somian | buubot, you made Ani-_ do the "sad frog" emoticon. Say you're sorry. |
| Ani-_ | eval: $_="agreees";s e\e\e\ee q \e\e\e\e ee;$_; |
| buubot | Bareword found where operator expected at eval line 1, near "q eeee" (Do you need to predeclare q?) Ani-_: Error: syntax error at eval line 1, near "q eeee " |
| Ani-_ | eval: $_="agreees";s e\e\e\ee q \epp\e ee;$_; |
| buubot | Ani-_: agrpps |
| dazjorz | woot, line noise :) |
| mauke | eval: $_="agreees";s e\e\e\ee q \e\\\e\\\e\e ee; $_ |
| buubot | mauke: Error: syntax error at eval line 1, near "q e\\e\" Backslash found where operator expected at eval line 1, near "q e\\e\" (Do you need to predeclare q?) |
| action | dazjorz misread e\\e\ as elly\ |
| dazjorz | misread e\\e\ as elly\ |
| Ani-_ | You can't :( |
| dazjorz | eek looks like there's either a problem in my code, in perl or in the netbsd kernel... (I guess it's my code) |
| xand | no, it must be in the kernel! |
| Ani-_ | A bug in your code? That's impossible! |
| pasteling | "dazjorz" at 212.123.140.190 pasted "Alarm doesn't work right?" (13 lines, 809B) at http://sial.org/pbot/23306 |
| dazjorz | I guess it won't die because the ($handler, @args, $script); is there |
| Ani-_ | That code makes no sense. dazjorz: $@ gets its value AFTER the eval block. |
| dazjorz | Well it's not done yet, but in the place of ($handler, @args, $script) comes another statements Ani-_: $@ was when system() was still there - the error system() returns. |
| mauke | dazjorz: it should WrapperTimeout system doesn't set $@ |
| Ani-_ | dazjorz: AFAIK system sets $! and $?. Not $@ |