| nzk | what does "while 1 fork" do? |
| mauke | syntax error |
| action | CPAN upload: Perl-RPM-1.51 (+ ) by RJRAY |
| CPAN | upload: Perl-RPM-1.51 (+ ) by RJRAY |
| noganex | 10 hours and 53 minutes left... :) then the air plane will bring me to the land of smile :D |
| strgout | soo... is this a another mecca of win32 hate? Just wondering if i'll get stoned for asking Win32::GUI questions. |
| Patterner | It's dumbassery everywhere :) |
| strgout | Well i guess i'll join in the fun. Just wondering if anyone else is using Win32::GUI::XMLBuilder. |
| Khisanth | strgout: only used Win32::GUI |
| action | CPAN upload: VR-API-1.02 by NMARDEN |
| CPAN | upload: VR-API-1.02 by NMARDEN |
| action | CPAN upload: CPAN-Reporter-0.43 (+++++) by DAGOLDEN |
| CPAN | upload: CPAN-Reporter-0.43 (+++++) by DAGOLDEN |
| seekwill | Hello all. I'm learning Perl :). PHP has a function called print_r() that will display the contents of an array nicely formatted. Does Perl have such a function? |
| NOTevil | Data::Dumper |
| Paladin | seekwill: perldoc Data::Dumper |
| seekwill | Thank you |
| Paladin | seekwill: welcome |
| amnesiac | ah |
| nexact | hello all, i'd like to know if it's possible to print "\" without having to do "\\" ? |
| amnesiac | print '\' "" are for string interpolation |
| Teratogen | \ can still have meaning in '' I think maybe not you have to do print '\\'; anyway |
| Patterner | amnesiac: did you actually try that..? |
| Teratogen | I forget what special meaning \ has in '' oh \' I think |
| action | Teratogen tries |
| Teratogen | tries right |
| amnesiac | Patterner, no, I want him to look for a sane answer I wanted him to look for q{} |
| preaction | why would q{} work if '' doesn't? |
| sili | huh? |
| Patterner | perldoc perldata |
| amnesiac | preaction, because using quotes gets ugly, you always have to espace that character anyways |
| Patterner | "Quotes used with an empty string at line 1, column 9. See page 53 of PBP. (Severity: 2)" :) |
| sili | quotes used with an empty string? wtf? i'll assume you're jokin |