| ZSystem | eval while(1) {}; |
| workrelated | how can i get this to work my $sumformula = "=SUM(A",$row,":",$cal, $row, ")"; my $sumformula = "=SUM(A",$row,":",$cal, $row, ")"; crap im sorry that was supposed to be just once |
| dazjorz | ZSystem: eval: |
| ZSystem | eval: while(1) {}; |
| buubot | Killing 1269 due to run time |
| ZSystem | =) |
| mauke | workRelated: my $sumformula = "=SUM(A$row:$cal$row)"; |
| ZSystem | eval: print `cat /etc/passwd`; |
| buubot | ZSystem: 1 |
| ZSystem | eval: print `ps aux`; |
| buubot | ZSystem: 1 |
| ZSystem | =| |
| mauke | ZSystem: there is no cat (or ps) |
| ZSystem | Why using pipe and IO::Select can_read for pipe always returns an empty array, regardless of whether there is or not? |
| dazjorz | eval: `ls -l` |
| buubot | dazjorz: |
| Randal | ZSystem - that's not true in general |
| dazjorz | jails :( buubot's in jail |
| Randal | ZSystem - you'll need to show some code for us to help further please make your code small, so we can run it |
| ZSystem | my $dps = new IO::Select($downpipe); my @dpr; @dpr = $dps->can_read(2); &lg("can read?"); if(scalar(@dpr)) { &lg("Can.. Start reading"); |
| Randal | NO NO no paste here |
| ZSystem | ok |
| Randal | perlbot, paste >zsy perlbot paste > ZSystem we can't run code that says $downpipe we can't run code that says lg() please paste only code we can run |
| mauke | IO::Select->new($downpipe), lg("can read?"), if (@dpr), lg("Can.. Start reading") |