| Prof_Vince | core: Time::HiRes |
| buubot | Time::HiRes was added to Perl5.007003 |
| ology | I see. perldoc -f -X shows nothing |
| Teratogen | you could opendir readdir closedir and not count . or .. |
| Prof_Vince | core: List::Utils |
| buubot | List::Utils will be added by christmas |
| Teratogen | that would tell you |
| ology | Teratogen: He asked for a -test |
| Prof_Vince | core: List::Util |
| buubot | List::Util was added to Perl5.007003 |
| Teratogen | well could write a little sub that would do the test call it dirempty or something |
| Randal | joo - no short test you have to opendir it, as they're saying |
| Teratogen | hi to Randal |
| Randal | hey tera |
| xand | parse `ls | wc -l` ;) |
| Randal | (a) misses dot files :) (b) fires off three processes |
| xand | note: ";)" |
| Randal | ok |
| Supaplex | $o=`./bin/dirty-shell-script` ;-D |
| xand | ENOWHITESPACE |
| hueblur | How should I do error checking with www::mechanize? I want to try again on a getpage error but I am at odds on how to do it. |
| alester | Check the $mech->response |
| ology | Heyalester |
| alester | heya |
| action | CPAN upload: DBIx-Class-DigestColumns-0.06000 by GRODITI |
| CPAN | upload: DBIx-Class-DigestColumns-0.06000 by GRODITI |
| action | CPAN upload: Email-AddressParser-0.04 by AWKAY |
| CPAN | upload: Email-AddressParser-0.04 by AWKAY |
| eMish_ | when last reference to $FH filehandle is dropped, does perl automatically close the filedesc ? |
| Randal | yes although C code might also still be holding it open |
| eMish_ | ok |
| dkr | GumbyBRAIN: she sells c shells by the seashore |
| GumbyBRAIN | And by the seashore. |
| hueblur | alester, can you be more specific? I think using autocheck would be ideal, but - I'm not sure how to handle exceptions. |
| alester | No, autocheck is exactly what you do NOT want. |