| integral | Remember that the value of $! is complete bunk if there's not an error holst: *sigh* READ THE DOCS, don't just randomly change from 'or' to 'if'. |
| holst | i did not randomly change it |
| integral | What does your code do with undef as a return value? |
| sensei_ | is there a tutorial or something about perl and sending/receiving HTTP-Messages? |
| integral | sensei_: perldoc lwptut after installing libwww-perl |
| sensei_ | Great, thanks |
| integral | I could go really crazy and hack qemu to run it's code on Parrot. But that's fairly useless. |
| dkr | whee, made apache+mod_perl segfault, apparently due to my encode_utf8/decode_utf8 fun |
| Juerd | What kind of fun? I did pretty extreme things with decode_utf8 and encode_utf8, but never experienced segfaults because of that |
| Ani-_ | No segfaults? unlucky you... |
| integral | hmm, actually GHC's not as bad as I thought. I think I can assume each "section" is a segment/object |
| Ani-_ | Always assume the worst. Then it can only get better |
| integral | gcc-- # oh why do you hate segmented architectures so? |
| dkr | Juerd: could be coincidence that it's segfaulting after my recent changes, there are other folsk doing work, haven't tracked down exact cause yet |
| integral | rs extensa |
| redondo | Hi people... which man page can I read about Makefile.PL?? |
| whoppix | redondo, http://world.std.com/~swmcd/steven/perl/module_mechanics.html < this might help you |
| pasteling | "dkr" at 208.111.20.18 pasted "handling unicode codepoints within latin1 *or* utf8" (5 lines, 640B) at http://sial.org/pbot/24672 |
| dkr | that make sense? |
| redondo | whoppix: thanks buddy |
| whoppix | redondo, its an introduction how to create perl modules with with h2xs (that creates most the stuff you need automatically) |
| get | how to remove cpan and do a clean install or other way to start again clean install ? |
| integral | "rm -rf /". You'll need your original installation media handy. |
| redondo | I am reading man perlxstut... and until now I have not found nothing about it (Makefile.PL)... |
| get | lol! |
| Prof_Vince | module-starter > h2xs |
| redondo | ExtUtils::MakeMaker!!! |
| action | CPAN upload: Moose-0.21 (++++ ) by STEVAN |
| CPAN | upload: Moose-0.21 (++++ ) by STEVAN |
| pasteling | "dkr" at 208.111.20.18 pasted "actually this is the diff of the change that causes the segfault" (11 lines, 611B) at http://sial.org/pbot/24674 |
| dkr | but not always. I love non-determinism seems pretty simple, if the data is already utf8-encoded print it out, if not print encode_utf8(). but I've come to discover that nothing about unicode is as simple as I first thought, :) |
| get | the only way to reinstall is formating ? |
| dkr | the old method(where people posted to the perl cgis using latin1 charset but would put unicode in input fields) ended up storing unicode codepoints in the db. Now I want to store all data in db in utf-8 encoding, and always print to browsers utf-8 encoded data get: just remove /usr/lib/perl* and recompile perl? (which will install the base modules again) |
| get | dkr, will try |