| dazjorz | LeoNerd: Why? The program has already quit |
| tag- | bas3: ok have fun with that. |
| LeoNerd | The fact you have to do that, will not change just because you rewrite your code in a different way |
| dazjorz | I don't need to read while the program is running |
| LeoNerd | And what makes you think the program can write() it? |
| Kulrak | bas3: sounds suspiciously like homework |
| LeoNerd | write() can block, you know |
| dazjorz | LeoNerd: It's a file? |
| bas3 | not quite Kulrak |
| dazjorz | LeoNerd: It writes to a temporary file. I just read from the file when the program is done. |
| tag- | Kulrak: Sorta does, or like some other futile exercise |
| LeoNerd | dazjorz: Hrm... Rather wasteful of resources, but fair enough... dazjorz: so how does this one fail? |
| dazjorz | LeoNerd: It just doesn't output anything |
| LeoNerd | I see.. Well, I don't know what else to suggest... I keep suggesting a proper solution and you seem reluctant to accept it |
| dazjorz | LeoNerd: I'm gonna try FCGI::Async now then..? |
| tag- | bah |
| LeoNerd | dazjorz: You can do.. Though I've not put the latest version on CPAN that actually uses IO::Async yet... If you want to wait an hour or so for that, I can put it ther enow |
| tag- | omfg |
| bas3 | Kulrak, i could explain, but i don't want to bore you |
| tag- | dazjorz: what in the hell is this |
| Kulrak | bas3: too late.. I'm an insomniac |
| bas3 | ? |
| Kulrak | bas3: I'm already bored |
| tag- | this is an atrocity anyway, I need to check out of my hotel room |
| bas3 | Kulrak, suppose you know that ppl like to use a common dictionary word as a passwd, but that the system doesn't allow them too if you postulate that they then change one or 2 chars of that passwd to get an admissible passwd the above allows you to generate likely passwds, starting from a common word, and the list of all characters |
| Kulrak | yeah, should only take forever.. not that I can think of a better way to do it |
| bas3 | it's a numbers game kulrak |
| Kulrak | my perl cookbook says '@array = split(//, $string);' |
| dazjorz | tag-: ? tag-: what the hell is what? LeoNerd: Okay, I'll wait :) |
| Kulrak | or 'while (/(.)/g) { # do something with $1 }' |
| LeoNerd | dazjorz: What web server, incidentally..? |