| Randal | so you'll have to ask him I do what my boss tells me. :) |
| hobbs | Randal: alright |
| jjore | man... I want an agent. |
| arcan3z | anyone have experience with IPC::Open3? i'm trying to resize images on the fly, from a blob in mysql :X |
| Randal | no - nobody's ever used it. ever perlbot, anyone |
| perlbot | Somewhere, someplace, in some universe, somebody uses whatever you just asked about. However, if you actually want help with it, please just ask a question; don't ask to ask, or ask if anyone can help. |
| action | jjore has certainly never used IPC::Open3. |
| jjore | has certainly never used IPC::Open3. Ever. |
| arcan3z | i get an error when i use it with 'convert' |
| Lotso | Randal: perl-readline-perl works cool |
| Randal | cool! (satisfied customer)++ Lotso |
| Lotso | Thanks for all the HELP!! |
| Randal | arcan3z - you might be pipe-blocking oh wait. what's the error? |
| action | Lotso gives Randall a star HAHA!! |
| Lotso | gives Randall a star HAHA!! |
| action | Lotso thins perl ppl are helpful lot. (I guess they have to be since perl is such a wonderful beast!) |
| Lotso | thins perl ppl are helpful lot. (I guess they have to be since perl is such a wonderful beast!) |
| hobbs | Randal: they opened reg today, and I want to get in early, but they don't appear to have info yet on what my $200 would qualify me for, that's why I was fishing :) |
| Lotso | s/thins/thinks/ |
| Randal | perlbot, ppl ? |
| perlbot | ppl is "parts per liter". Perhaps you meant "people"? |
| Randal | hobbs - it's my understanding that I will in fact be teaching for 2 days |
| arcan3z | if I call 'my $pid = open3($unsized_image, $sized_image, $err, "convert -resize 800x600 - - ") or die;' it just hangs |
| Randal | however, last year that was a plus-cost item "hangs"? wait - what is in $unsized_image? |
| arcan3z | Randal, an image gathered from an html form (input type="file") |
| Randal | the actual data of the image? as a series of bytes? |
| arcan3z | $cgi->upload('userfile'); |
| Randal | ok - too much handwaving perlbot, paste > arcan3z please paste code there something we can run from start to end |
| arcan3z | which one actually has #perl though |